NextAuth Callback Error
Unanswered
Masai Lion posted this in #help-forum
Masai LionOP
I'm getting this error while trying to use Google with NextAuth:
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.
{
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
@Masai Lion 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.
Transvaal lion
i am wondering if you found a fix since i get the same error now with twitter