The GET method is not supported for route logout. Supported methods: POST.
When log out of your account, the above error will be reported. We still can’t find where the BUG is caused。
used Livewire 3 and mary-ui
Back
•
The problem is when @click.prevent="$root.submit();" conflict with wire:navigate on the menu item component it's like in the background prevent twoo events the first one of form submissions and the second one with livewire wire:navigate you can delete wire navigate in the component or change the logout by a simple button instead of a link.
BTW it's normal to reload the page when u logout.
•