Installing Filament in Laravel 11 in existing app - can't use the login (419)
I am only getting this message (see picture). If I disable CFRS verification, the login session ID has changed after login and no user is attached to the login session. I tried to deeply debug Filament but didnt find any cause. Has someone an idea how to fix this?
![No description](https://cdn.answeroverflow.com/1253112094442917992/image.png)
2 Replies
I made it working by adding the EncryptCookies Middleware which was missing in my existng app
I resolve this when i modify my SESSION_DOMAIM