419 login superadmin

Hi all, I'm deploying a project with docker containers, I created a superadmin, I try to log in and get an error. "The page has expired due to inactivity. Please refresh and try again." Can you tell me what the problem might be, I've been trying to figure it out myself for a long time?( It's definitely not a problem with the csrf token, I've checked it already
3 Replies
ifox
ifox8mo ago
Hi @seymourg this is usually due to your session cookie domain conflicting with another deployment
seymourg
seymourg8mo ago
How do I fix this? Just the problem is that I have only deployed this project, and why the error is given I don't understand
ifox
ifox8mo ago
this is due to your server and Laravel configuration, not something Twill is doing. You need to understand why your session is invalid, there are many posts online about this Laravel error. Did you try in an incognito window?