【发布时间】:2021-07-20 16:00:55
【问题描述】:
我将应用部署到生产环境,但收到一条错误消息
Erreur 400 : redirect_uri_mismatch The redirect URI in the request, http://codesnippets.azurewebsites.net/auth/google/callback, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs.
但是,我将链接添加到 URI 以及链接 http://localhost:3000/auth/google/callback。我对网站http://www.mywebsite.com/auth/google/callback 做了同样的事情,但是当我尝试添加它时,我收到一条消息,说app is in production 和URL should be https?
【问题讨论】:
-
请包含完整的错误。它到底在说什么网址
-
@DaImTo 我添加了完整的消息
标签: google-oauth google-developers-console