Need help with tls issue #5060
Unanswered
sivakrishna19
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im facing below issue when i try to run my app locally with port 3000. i tried so many things with no luck, can any one please help on this?
[next-auth][error][oauth_get_access_token_error]
https://next-auth.js.org/errors#oauth_get_access_token_error Error: Client network socket disconnected before secure TLS connection was established
at connResetException (node:internal/errors:692:14)
at TLSSocket.onConnectEnd (node:_tls_wrap:1587:19)
at TLSSocket.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1345:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'ECONNRESET',
path: null,
host: 'a-t01-sdr-core-wst-is.azurewebsites.net',
port: 443,
localAddress: undefined
} undefined undefined
Beta Was this translation helpful? Give feedback.
All reactions