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
Looking at bin/console debug:router the path stays / all the time, and none of the URL's are accessible. Removing the 'path' configuration above doesn't change a thing.
Using prefixes on the first configuration actually leads to an error thrown by the default Routing module of Symfony saying that prefix cannot be an array:
[Symfony\Component\Config\Exception\FileLoaderLoadException]
Warning: trim() expects parameter 1 to be string, array given in /var/www/path/app/config/routing.yml (which is being imported from "/var/www/path/app/config/routing_de
v.yml").
The text was updated successfully, but these errors were encountered:
I haven't tested in other versions of Symfony yet, but I have the impression things are not properly working.
app/config/routing.yml
@ExampleBundle/Resources/config/routing/frontend.yml
Looking at
bin/console debug:router
the path stays / all the time, and none of the URL's are accessible. Removing the 'path' configuration above doesn't change a thing.Using prefixes on the first configuration actually leads to an error thrown by the default Routing module of Symfony saying that prefix cannot be an array:
The text was updated successfully, but these errors were encountered: