Urgent: Next-auth Google Oauth not responding
Unanswered
Red-legged Kittiwake posted this in #help-forum
Red-legged KittiwakeOP
i have to give a demo of my app tmrw but the logging in doesn't work for some reason, so i can't even move past the first page
im using next-auth v4's google oauth
after i press "sign in with google" and log in with a google account, it goes back to the log in page like nothing happened
i cleared the site data (action shown below) which logged me out, and now i can't log back in
im using next-auth v4's google oauth
after i press "sign in with google" and log in with a google account, it goes back to the log in page like nothing happened
i cleared the site data (action shown below) which logged me out, and now i can't log back in
6 Replies
Red-legged KittiwakeOP
oh and another thing
i had to add this to the list of authorized redirect urls in google cloud console
Red-legged KittiwakeOP
so the
session remains null after clicking google oauthRed-legged KittiwakeOP
ok
the root of the problem i think is that it's calling /home/callback/google instead of /api/auth/callback/google
Red-legged KittiwakeOP
been debugging for several days and still nothing