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:
  • PHP 8.2.16
  • Laravel Herd
In the web tools, I see > POST https://sitelight.test/admin/login 405 (Method Not Allowed)The login is Filament after put mi credentials an click for enter.

a route:list | grep admin | grep login
GET|HEAD admin/login ........................................... .................................................. .................................................. .................................................. .................................... filament.admin.auth.login › Filament\Pages › Login<


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

a livewire:publish --assets

   INFO  Publishing [livewire:assets] assets.  

  Copying directory [vendor/livewire/livewire/dist] to [public/vendor/livewire] ............................................................... DONE


But same problem.
Was this page helpful?