Weird login error after livewire update

After composer update I can't login to filament. I see the login form but the password field is a regular input field (i can see the password when typing) and when clicking on the login button, I get The POST method is not supported for route admin/login. Supported methods: GET, HEAD. I could track it down to the latest release (3.4.7) of livewire. When doing
composer require livewire/livewire:v3.4.6 -W
composer require livewire/livewire:v3.4.6 -W
It is working again. Has anyone seen this issue? Is this Filament or Livewire related?
2 Replies
DivDax
DivDax3mo ago
hey bernhard, same here. its working local but not on staging. same with the password field and sending a post to /admin/login instead of a livewire request. With Livewire 3.4.6 it's working on my stage. ✅
DivDax
DivDax3mo ago
GitHub
login page not working · filamentphp filament · Discussion #11107
Package filament/filament Package Version V3.2 Laravel Version V10.8 Livewire Version V3.1 PHP Version V8.2.12 Problem description after a fresh install i visited /admin/login and see this loading ...