The POST method is not supported for route admin/login. Supported methods: GET, HEAD. 405 ERROR
I'm trying to log in to my app (local and production) which was working until now. After seeing a black screen, delete cookies to start from 0. When logging in (username + password correct double check) I find an error. Symfony \ Component\ HttpKernel\ Exception\ MethodNotAllowedHttpException
The POST method is not supported for route admin/login. Supported methods: GET, HEAD.
Working with:
Others projects in mi machine work fine.
All projects update today and on Laravel 10
Also I see this error on Dev Tools
login:892 Livewire: The published Livewire assets are out of date
See: https://livewire.laravel.com/docs/installation#publishing-livewires-frontend-assets
(anonymous) @ login:892
I've tried
But same problem.
The POST method is not supported for route admin/login. Supported methods: GET, HEAD.
Working with:
- PHP 8.2.16
- Laravel Herd
Others projects in mi machine work fine.
All projects update today and on Laravel 10
Also I see this error on Dev Tools
login:892 Livewire: The published Livewire assets are out of date
See: https://livewire.laravel.com/docs/installation#publishing-livewires-frontend-assets
(anonymous) @ login:892
I've tried
But same problem.