Cannot signup with google?

Just bought the standard package and setup my website. I followed the tutorial and setup google signup. But when I click on the with google button, it showed this page:

400: Error: redirect_uri_mismatch

The redirect URI in the request, xxx/auth/google_oauth2/callback, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/apis/credentials/oauthclient/114890565295-bf2ojd8c9cggp8na3h29j78ghnmo0fo7.apps.googleusercontent.com?project=114890565295

What’s going on? How do I fix it?

I have seen that error message when the URL that has been added to the ‘Authorized Redirect URI’ section on Google is incorrect. It should be set to

https://forum.example.com/auth/google_oauth2/callback

Replace forum.example.com with your site’s domain.

4 Likes

That’s exactly what I added in google.

Did you enable Google logins on your Discourse site? It’s in step 9 of Configuring Google login for Discourse. Try going through that guide again and make sure everything has been setup correctly.

It almost certainly isn’t. Make sure that it’s https. Trailing slash or space could also be a problem.

1 Like

Oh, somehow the field was cleared. Thanks.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.