79452773

Date: 2025-02-19 21:08:46
Score: 2
Natty:
Report link

The error "redirect_uri_mismatch" (Error 400) occurs when the redirect URI sent in the authentication request does not match the authorized redirect URIs in your Google Cloud Console. Since you already changed the uri in Google Cloud Console, make sure it matches the one in the your code as well (either in your Django Settings or where you construct the google oauth client).

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Said Aabilla