unable to log in
Hello, good afternoon everyone. I would like to ask about my project that I'm working on. I have an error in Filament where when I try to log in, there is a console message like the one shown above. Please provide me with a solution, everyone, so that the login can work properly.
8 Replies
Inspect the network request response, you have a 500 error by the looks of it.
What Filament customizations did you do?
I didn't do anything to that Filament.
any when you inspect the network request like I suggested?
When I checked the network, I saw the response and preview showing 419 Page Expired.
check you
.env
. You might be missing some configuration (assuming you followed all the filament installation steps)419 on any request usually means that your sessions aren't working. Check you session config and that the same domain is used for all requests
Alright, thank you for the suggestion. I recreated the project using Filament, and there are no more 419 errors for now. However, I’m not sure about the future, hopefully, there won’t be any more errors like the 419 page expired.