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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Hi. I am getting an error on Google validateAuthorizationCode
103 | // providers are allowed to return non-400 status code for errors
104 | if (!("access_token" in result) && "error" in result) {
^
TypeError: result is not an Object. (evaluating '"access_token" in result')
at /.../node_modules/arctic/node_modules/oslo/dist/oauth2/index.js:104:33
Hi. I am getting an error on Google validateAuthorizationCode
What did I do wrong?
Thanks.