Filament Can't Login, Shows 419 Page Expired but Shows login page CSRF token mismatch
I updated my laravel from V9 to V10, and Filament from V2 to V3, I created a user, and when I tried to login, the website doesnt go to dashbaord but shows 419 Page Expired, the Laravel debugging shows mismatched csfr
7 Replies
How to solve this problem?
Hi have you made it working.
Am still facing from the same issue.
I have the same issue ...
same here, did you find any solution ?
Hi, last time I had this problem I:
- cleared all cache from the project
- cleared all cookies on the browser
- generate a new key with
Hope it helps
My issue was because livewire config files was not pubished
Since I published the config file of livewire, everything works
ty