You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a bug that prevents pages to have the following structure to be loaded:
/pages/notifications/something
/controllers/notifications/something
While notifications should not be a reserved word in the URL path I suggest to fix the allowedRequests method in bootScripts in order to check if the path is only starting with that subpath.
The text was updated successfully, but these errors were encountered:
I found a bug that prevents pages to have the following structure to be loaded:
/pages/notifications/something
/controllers/notifications/something
While notifications should not be a reserved word in the URL path I suggest to fix the allowedRequests method in bootScripts in order to check if the path is only starting with that subpath.
The text was updated successfully, but these errors were encountered: