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?
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