The POST method is not supported for route user/login. Supported methods: GET, HEAD.
Im new in filament, everything works fine until i implemented afsakar/FilamentOtpLogin
when i enabled the plugin to the panel provider
that error appears
4 Replies
You may have added a service provide etc, just roll back instead of just removing it.
Atleast follow the install steps in reverse
Have you try to clear the route cache with php artisan route:clear command or Check if you have a cache config in your serveur config (apache or nginx) for js files
i've tried both of your suggestion but the error still persist
Check your DevTools. Sounds like a JS issue and Livewire doesn't work anymore.