You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
frank-mendez
added
bug
Something isn't working
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Sep 30, 2024
Environment
Reproduction URL
https://github.com/frank-mendez/turborepo/tree/main/apps/web
Describe the issue
Currently, I'm using turbo repo and installed nextauthjs on my app. I'm using page router. Here is my setup
Here are the versions of my next, next-auth, react
I used google as my OAuth provider. I have already added my client id and client secret on my
.env
.local
When I tried to signIn here is the error
How to reproduce
Create a template apps from turborepo add next-auth, follow instructions from https://authjs.dev/getting-started/authentication/oauth then try to signIn using google provider
Expected behavior
It should not return any server error
The text was updated successfully, but these errors were encountered: