Replies: 4 comments 17 replies
-
Hi there, Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. You can post support questions on our discussions tab instead so I'm moving it over there. I won't be able to help you out personally but others who are watching this repository can help you out. Alternatively, you can post this question on one of the following channels: Thanks. |
Beta Was this translation helpful? Give feedback.
-
same issue. I have a fallback for api routes. It does not make sense when i send PUT request while my /api/register route accepts only POST
and it throws Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: The COPY method is not supported for this route. Supported methods: GET, HEAD, POST. in file Laravel v8.20.1 (PHP v7.3.9) |
Beta Was this translation helpful? Give feedback.
-
Never cache your config or routes or anything else when developing. Caching is only for production! Run this to clear all caches
|
Beta Was this translation helpful? Give feedback.
-
@hakkikonu Thank you. The above lines worked for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description: MethodNotAllowedHttpException The GET method is not supported for this route. Supported methods: HEAD. error comes after running command php artisan route:cache on default page for first time
PFA below link for the error screencast
https://streamable.com/dfq7lw
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions