-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redirect_uri_mismatch The redirect URI in the request, http://localhost:4500/auth/auth/google/callback, does not match #73
Comments
Hey, have you added http://localhost:4500/auth/google/callback in the Authorised redirect URIs in your console.developers.google.com? |
You need to provide a public IP. I don't think google can access localhost. |
Your url contains two levels of auth. |
+1. I'm guessing that is the issue. (leaving off the starting |
I'm getting this with '/login/google/callback' from a https site. The redirect_uri is only http? I can't add the http version as an authorized redirect as it's in production and Google says:
|
this is the callback url I set on app settings.
http://localhost:4500/auth/google/callback
this is passport configuration:
here are the routtes:
The text was updated successfully, but these errors were encountered: