We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you browse to app_dev.php/media/cache/why_500/error you get:
app_dev.php/media/cache/why_500/error
Unable to generate a URL for the named route "_imagine_why_500" as such route does not exist. 500 Internal Server Error - RouteNotFoundException
IMO this should be a 404:
No route found for "GET /media/cache/why_500/error" 404 Not Found - NotFoundHttpException
because this is what you get visiting app_dev.php/media/cache/why_500/.
app_dev.php/media/cache/why_500/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you browse to
app_dev.php/media/cache/why_500/error
you get:IMO this should be a 404:
because this is what you get visiting
app_dev.php/media/cache/why_500/
.The text was updated successfully, but these errors were encountered: