Young
11. Februar 2020 um 17:31
1
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?
simon
11. Februar 2020 um 17:39
2
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 „Gefällt mir“
Young
11. Februar 2020 um 19:39
4
That’s exactly what I added in google.
simon
11. Februar 2020 um 20:08
5
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.
pfaffman
(Jay Pfaffman)
11. Februar 2020 um 20:12
6
It almost certainly isn’t. Make sure that it’s https
. Trailing slash or space could also be a problem.
1 „Gefällt mir“
Young
12. Februar 2020 um 00:01
7
Oh, somehow the field was cleared. Thanks.
2 „Gefällt mir“
system
(system)
Geschlossen,
13. März 2020 um 00:06
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.