You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google OpenID connect provider redirecting successfully
Current Behavior
Request hangs and ultimately fails:
[Nest] 14807 - 21/09/2023, 12:48:16 ERROR [ExceptionsHandler] Failed to obtain access token
InternalOAuthError: Failed to obtain access token
at /prj/node_modules/@govtechsg/passport-openidconnect/lib/strategy.js:283:29
at /prj/node_modules/oauth/lib/oauth2.js:191:18
at ClientRequest.<anonymous> (/prj/node_modules/oauth/lib/oauth2.js:162:5)
at ClientRequest.emit (node:events:513:28)
at TLSSocket.socketErrorListener (node:_http_client:502:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
Failure Information (for bugs)
This happens only sometimes, completely arbitrarily.
Steps to Reproduce
I am using Nest.js and @nestjs/passport, with this package. I set up an auth strategy with Google.
Expected Behavior
Google OpenID connect provider redirecting successfully
Current Behavior
Request hangs and ultimately fails:
Failure Information (for bugs)
This happens only sometimes, completely arbitrarily.
Steps to Reproduce
I am using Nest.js and @nestjs/passport, with this package. I set up an auth strategy with Google.
Context
Here is my package.json
Failure Logs
None
The text was updated successfully, but these errors were encountered: