Replies: 1 comment 1 reply
-
Did you ever resolve this?? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason I can't figure out, when I set up Google OAuth, I run into this issue:
Context:
I'm using the Prisma adapter to implement Google OAuth in my system:
src/lib/auth.ts
src/app/api/auth/[...nextauth]/route.ts
I'm sure the
.env
file is set up correctly, and I've verified permissions in the Google console. I've also added myself as a test user in the Google console. When I click the sign-in button on my page, it redirects me to the Google account selector. However, after selecting my account, I encounter the error shown above. 😢Any insights on what might be going wrong would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions