Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Change routeMiddleware handling for plugins
issue: NEXT-15358
author: Raoul Kramer
author_email: [email protected]
author_github: @djpogo
---
- Changed
go()
function insrc/Administration/Resources/app/administration/src/core/helper/middleware.helper.js
to handlerouteMiddleware()
calls different to circumstand scanrios whererouteMiddleware()
is not properly called.