Skip to content
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

Open
superboy66 opened this issue May 22, 2024 · 6 comments

Comments

@superboy66
Copy link

superboy66 commented May 22, 2024

配置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'

@weijunext
Copy link
Owner

ETIMEDOUT 超时了,开代理了吗?

@superboy66
Copy link
Author

ETIMEDOUT 超时了,开代理了吗?

开了,是代理问题还是我设置问题?
1

@weijunext
Copy link
Owner

ETIMEDOUT 超时了,开代理了吗?

开了,是代理问题还是我设置问题? 1

都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题

@superboy66
Copy link
Author

ETIMEDOUT 超时了,开代理了吗?

开了,是代理问题还是我设置问题? 1

都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题

代码没有改动,就在环境里面添加了google ID, Secret,其他都没有改动过。
Github可以用,不知道为啥google不行。

@weijunext
Copy link
Owner

ETIMEDOUT 超时了,开代理了吗?

开了,是代理问题还是我设置问题? 1

都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题

代码没有改动,就在环境里面添加了google ID, Secret,其他都没有改动过。 Github可以用,不知道为啥google不行。

那就是代理问题了,可以换个代理试下。

@superboy66
Copy link
Author

ETIMEDOUT 超时了,开代理了吗?

开了,是代理问题还是我设置问题? 1

都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题

代码没有改动,就在环境里面添加了google ID, Secret,其他都没有改动过。 Github可以用,不知道为啥google不行。

那就是代理问题了,可以换个代理试下。

我换了好几个代理也不行,只有github能登陆,放弃了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants