I deployed an app to production and i'm getting an error message
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
.
However I added the link to the URI
along with the link http://localhost:3000/auth/google/callback
. I did the same with the website http://www.mywebsite.com/auth/google/callback
but when i try to add it i have a message saying that the app is in production
and the URL should be https
?