Redirect_uri_mismatch

I’ve tried everything I can and still can’t get the Google Social Login to work:

  • My OAuth App Verification is “Verified” in the Google API console
  • I have a Client ID set up in the console that has both a Client ID and Secret
  • I have added both the Client ID and Secret to the HivePress settings in the Integrations tab
  • I had added both of these as “Authorized redirect URIs” in Google’s API console:

https://mydomain.com
https://mydomain.com/account/authenticate/flowName=GeneralOAuthFlow

I have waited 24 hours (I read that sometimes changes in the API console take time so I thought just waiting would fix it)

But no matter what, when trying the flow, I still get the screen on Google’s end: " Access blocked: This app’s request is invalid" with the error of “Error 400: redirect_uri_mismatch”

It tells me to:

"If you’re the app developer, register the redirect URI in the Google Cloud Console.

Request details: redirect_uri=https://mydomain.com/account/authenticate/ flowName=GeneralOAuthFlow"

… which of course I already have.

A post was merged into an existing topic: How to solve Error 400: redirect_uri_mismatch