Closed
Description
Using the 2.7 branch the standard error page uses
absolute_url(asset('bundles/framework/css/structure.css'))
to generate the CSS reference. Running in development mode (app_dev.php
) this generates
http://localhost:8080/web/app_dev.php/web/bundles/framework/css/structure.css
on my development machine. The correct URL would be
http://localhost:8080/web/bundles/framework/css/structure.css
This is most likely related to #13264 or perhaps it's just that I'm doing something wrong here.
Metadata
Metadata
Assignees
Labels
No labels