Login just redirects back to /login #1066
Replies: 1 comment
-
Interesting. Shouldn't need to add anything to the middleware exemptions. The CSRF tokens here should operate the same way as a base Laravel installation (Jetstream/Breeze). What are you using as a session driver? (file/database) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed my site to Dreamhost and ran the install commands and migrations again.
First attempt at login gave me 419 errors so I added
canvas/*
to my CSRF middle exempt array.Now when I attempt to login with [email protected] and password it just 302 redirects back to /login.
I verified the example user is in the DB.
Beta Was this translation helpful? Give feedback.
All reactions