遵循this guide将谷歌登录/注册添加到我的django应用程序中。
添加了所有的代码,似乎所有的工作,直到最后,我得到了这个错误。

Error 400: redirect_uri_mismatch
The redirect URI in the request, http://127.0.0.1:8000/accounts/google/login/callback/, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/....但是,当我访问我的凭证屏幕时,我确实看到了正确报告的url。我做错了什么?

发布于 2021-07-24 01:08:03
问题在1小时后自行解决。可能是google花时间在凭据中部署更改
https://stackoverflow.com/questions/68502678
复制相似问题