The GET method is not supported for route livewire/update. Supported methods: POST.

i am having issue after changing nginx or cors and i dont know what made this error ... How i can fix it
No description
1 Reply
Dennis Koch
Dennis Koch6d ago
Sounds like your request is redirected which changes it from POST to GET. Check the network tab of your DevTools

Did you find this page helpful?