We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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:
ETIMEDOUT 超时了,开代理了吗?
Sorry, something went wrong.
开了,是代理问题还是我设置问题?
ETIMEDOUT 超时了,开代理了吗? 开了,是代理问题还是我设置问题?
都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题
ETIMEDOUT 超时了,开代理了吗? 开了,是代理问题还是我设置问题? 都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题
代码没有改动,就在环境里面添加了google ID, Secret,其他都没有改动过。 Github可以用,不知道为啥google不行。
ETIMEDOUT 超时了,开代理了吗? 开了,是代理问题还是我设置问题? 都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题 代码没有改动,就在环境里面添加了google ID, Secret,其他都没有改动过。 Github可以用,不知道为啥google不行。
那就是代理问题了,可以换个代理试下。
ETIMEDOUT 超时了,开代理了吗? 开了,是代理问题还是我设置问题? 都有可能,先排查配置,确认配置没问题,代码也没有改动,还出现这个问题,那肯定是代理的问题 代码没有改动,就在环境里面添加了google ID, Secret,其他都没有改动过。 Github可以用,不知道为啥google不行。 那就是代理问题了,可以换个代理试下。
我换了好几个代理也不行,只有github能登陆,放弃了
No branches or pull requests
配置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: