Young
2020 年2 月 11 日 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
2020 年2 月 11 日 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 个赞
Young
2020 年2 月 11 日 19:39
4
That’s exactly what I added in google.
simon
2020 年2 月 11 日 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)
2020 年2 月 11 日 20:12
6
It almost certainly isn’t. Make sure that it’s https
. Trailing slash or space could also be a problem.
1 个赞
Young
2020 年2 月 12 日 00:01
7
Oh, somehow the field was cleared. Thanks.
2 个赞
system
(system)
关闭
2020 年3 月 13 日 00:06
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.