-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google OAuth [next-auth][error][SIGNIN_OAUTH_ERROR] https://next-auth.js.org/errors#signin_oauth_error connect ETIMEDOUT #15
Comments
ETIMEDOUT 超时了,开代理了吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
配置google OAuth,出现如下问题,应该如何解决:
[next-auth][error][SIGNIN_OAUTH_ERROR]
https://next-auth.js.org/errors#signin_oauth_error connect ETIMEDOUT xx.xx.xx.xxx:443 {
error: {
message: 'connect ETIMEDOUT xx.xx.xx.xxx:443',
stack: 'Error: connect ETIMEDOUT xx.xx.xx.xxx:443\n' +
' at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)\n' +
' at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)',
name: 'Error'
},
providerId: 'google',
message: 'connect ETIMEDOUT xx.xx.xx.xxx:443'
The text was updated successfully, but these errors were encountered: