thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

problem with logging in to admin panel (419 PAGE EXPIRED) #5088

Closed Omar-Abdelrady closed 4 years ago

Omar-Abdelrady commented 4 years ago

Version information

I am unable to log in. I am seeing error PAGE EXPIRED 419 image

fletch3555 commented 4 years ago

419 is a CSRF error, typically masking a session error. Confirm that your session config is correct, filesystem permissions are correct, etc. Plenty of resources online about troubleshooting these issues. 99.9% sure it's not directly related to Voyager.

dportalesr commented 4 years ago

Make sure you're not setting SESSION_SECURE_COOKIE to true in development (if your localhost is not served through https). Also make sure your session cookie name (SESSION_COOKIE) has no strange characters or spaces.

Omar-Abdelrady commented 4 years ago

I changed the name of the project and did not change it in .env Thank you for your cooperation

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.