Receiving OAuthCallbackError when trying to sign in with different account. #7614
Unanswered
RamsayRomero
asked this question in
Help
Replies: 3 comments 1 reply
-
Same here. Think its a legitimate issue with NextAuth. There's quite a few ppl that have said the same thing for other providers |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you been able to find an answer? I am struggling with the exact same issue you have described @RamsayRomero . |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok I see what the problem is: you have to add more users in the Spotify development portal so that they may access it... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using NextAuth with the Spotify provider. Everything has been working as expected when testing with my account. I created a second Spotify account and tried to log in with that account, but it doesn't work. I am redirected to the default signin page with an error message that says "Try signing in with a different account." My console shows a 'OAuthCallbackError' with a message: 'expected 200 OK, got: 403 Forbidden'. I tried clearing my cookies and local storage and resetting my database, but I am still getting this error when trying to sign in with my second Spotify account. Signing in with my original Spotify account works normally. Does anyone have an idea of what could be causing this issue?
Beta Was this translation helpful? Give feedback.
All reactions