-
For some reason when I try to log in via nova on one of my tenants I receive a 500 error saying Unauthenticated. I added a debug line in the class AuthenticatesUsers provided by laravel/ui at the beginning of login() function. This line never triggers and it seems the form is completely skipping this function somehow and just hitting Authenticate middle provided by laravel/nova. Stumped on how to debug or fix this. |
Beta Was this translation helpful? Give feedback.
Answered by
VFAndrew
May 7, 2024
Replies: 1 comment
-
well figured it out I needed to add SESSION_SECURE_COOKIE=true to the env file since I was testing on https i guess |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VFAndrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
well figured it out I needed to add SESSION_SECURE_COOKIE=true to the env file since I was testing on https i guess