GET method not supported for route livewire/update
Hello all. I've been working on an pplication for some time, which includes some Relation Managers. The relation manager worked in v2 but when I updated to v3, certain actions on the relation manager started to lead to a black frame. When I open the error link in a new tab, it says, "The GET method is not supported for route livewire/update. Supported methods: POST." This error comes from both built-in actions, and custom actions. I've reloaded assets, updated packages, cleared caches and the works. I've even recompiled my containers. But can't get the actions to work.
I've been running through several efforts to try and get the action to run, including rebuilding the resources and relation managers from scratch. I've noticed that when dealing with direct fields to the model at hand, it works fine. But when I try to include BelongsToMany relations, is when the error occurs.
Any general guidance on how to deal with this error?
https://flareapp.io/share/87nYgYMP
Flare
The GET method is not supported for route livewire/update. Supported methods: POST. - The error occurred at http://three.deliverables.io/livewire/update
5 Replies
Hey @keithjk I'm having the same issue after login, getting a 404 page,if I refresh everything loads ok. Did you discover what it was?
No, still an ongoing issue with Actions for me.
Found out my error was something completely unrelated. All the laravel reporting goodness seems to be lost in the JS layers
What was your error, @acroninja ?
hello @keithjk , did you find solution?