-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Error with cached routes #102
Comments
Shared hosting environment? |
Yes, Plesk. Using this webapp without pre-caching, so all requests are handled by php, it's working fine, |
Ok I cant really find any answers for this currently, was it working previously in this environment? |
No, this error appears for a while already. I couldn't find an answer but it's likely this is related to #57. I tested another Laravel app (not my-idlers) and it's working fine when caching routes hence I guess it's something with this app and not my webserver. Additionally, I was just testing it on my other cPanel host but same error. It works as long as the routes aren't cached so I removed this command from my git provisioneer plugin. |
Are you able to please show the output of |
After I cached routes with
php artisan route:cache
I'm getting a 500 error forHEAD not supported for /.
. I suppose something is wrong or outdated at the routes config in theroutes/*
folder but I couldn't find it at a glance. Only the core / root path appears to be effected.The text was updated successfully, but these errors were encountered: