B2
The POST method is not supported for route admin/login for custom login page
Hello,
I have an issue with a custom login page in Laravel 11 with Filament 3. When I submit the form, I get the error:
"The POST method is not supported for route admin/login. Supported methods: GET, HEAD."
Here’s my setup:
Custom Login Class
Added to AdminPanelProvider
Custom Template
Despite this, the error persists. Is there something I missed in the configuration?
Thanks for your help!
5 replies