Next.js Discord

Discord Forum

NextAuth Callback Error

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
I'm getting this error while trying to use Google with NextAuth:
{
    name: 'OAuthCallbackError',
    code: undefined
  },
  providerId: 'google',
  message: 'expected 200 OK, got: 403 Forbidden'
}

I tried different connections and checked the Google API config, checked my codes with some tutorials and it looks like everything is correct but I don't know what's wrong and what I am missing.

1 Reply