Thursday 27 September 2018

Google OAuth, Nodejs and headaches...

So....I have added the following URL as an authorized URL on Google API's account:​https://ift.tt/2zzGtiP also have this config:​https://ift.tt/2QbXzJ6 it doesn't work. It gives me:​https://ift.tt/2zBazTc can see that HEROKU is pointing the callback to HTTP (no S) whereas the authorized URI is HTTPS.I tried changing this on the callbackURI in my code to:proxy:trueor adding the actual HTTPS URL and it kind of works. It won't give me an error but gives me a request timeout error on my heroku logs. It just stays in the logging in with google page and won't budge to the callback URL as if the route is not being handled - but it is, it works on Localhost.​Oauth is a headache.. .​Does anyone have any idea of what is happening?

Submitted September 27, 2018 at 09:46PM by its_joao

No comments:

Post a Comment