passport-google-oauth2
passport-google-oauth2 copied to clipboard
Not able to successfully complete the call back
Hello, I followed the steps given but as soon as i click on "Allow" after logging into my google account, it breaks with the below error:-
Error
at D:\ASU\SER 517\Oauth_mstade\passport-google-oauth2\example\node_modules\passport-google-oauth2\lib\oauth2.js:92:28
at passBackControl (D:\ASU\SER 517\Oauth_mstade\passport-google-oauth2\example\node_modules\oauth\lib\oauth2.js:132:9)
at IncomingMessage.
Any idea whats going wrong here.
Thanks, Abhishek Dutta
I am having this exact same error but on a different library and not sure what the error is caused from:
2018-03-03T05:55:34.312957+00:00 app[web.1]: - Error
2018-03-03T05:55:34.312969+00:00 app[web.1]: - at /app/node_modules/passport-google-oauth20/lib/strategy.js:95:21
2018-03-03T05:55:34.312971+00:00 app[web.1]: - at passBackControl (/app/node_modules/oauth/lib/oauth2.js:132:9)
2018-03-03T05:55:34.312973+00:00 app[web.1]: - at IncomingMessage.
Has it been fixed yet?