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
2 Replies
maxiking1011
maxiking1011OP7mo ago
I made it working by adding the EncryptCookies Middleware which was missing in my existng app
Kouakou Axel
Kouakou Axel5mo ago
I resolve this when i modify my SESSION_DOMAIM

Did you find this page helpful?