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
With this setting passport will helpfully construct a full url based on the incoming request url.
Which unfortunately in heroku the incoming url is an http:// url as somewhere inside their infrastructure they proxy the external https:// protocol to an unencrypted message.
So the heroku configuration MUST be set to the actual external url.
PROBLEM
Google OAuth requires authentication with an authorized domain list to run outside of localhost. herokuapp.com is not an authorized domain
Potential soltutions:
The text was updated successfully, but these errors were encountered: