Login not working - admin/livewire/update 405 (Method Not Allowed)
Laravel 11 with Filament v3.
I have a single admin panel, with an empty path, because this app will be running on the
I've set these Livewire methods to set the correct paths (the issue is also happening without this)
I go to the login screen on
On the console it will show (other screenshot):
I have the correct path configured on the laravel app (APP_URL=https://example.com/admin
Admin panel configuration (relevant section):
Can someone please point in the right direction?
I've tried many things, but nothing worked.
I have a single admin panel, with an empty path, because this app will be running on the
/admin folder of the root domain.I've set these Livewire methods to set the correct paths (the issue is also happening without this)
I go to the login screen on
admin/login and enter the login credentials it will thrown an error (screenshot attached).On the console it will show (other screenshot):
I have the correct path configured on the laravel app (APP_URL=https://example.com/admin
Admin panel configuration (relevant section):
Can someone please point in the right direction?
I've tried many things, but nothing worked.
