NextAuth Google Provider not working
I am trying to set up a sign in with google button I have the GOOGLE ID and Secret thing in the env and I console.log-ed it and it shows, but for some reason when I try log in, it just puts that error in the terminal.
8 Replies
You need to set your SERCET also on .env
NEXTAUTH_SECRET
they are both set up
NEXTAUTH_SECRET
Oh
I think its commented out by default(?)
Right
yea
A bit odd to me that the discord ones are not but that is!
Yep that worked Thank YOU