Django allauth google OAuth redirect_uri_mismatch error
问题 I am using Google OAuth for my Django App (via allauth package) I have followed all standard configuration steps. In Google Developer console here's what i have: Authorized JavaScript origins https://example.com Authorized redirect URIs https://example.com/accounts/google/login/callback/ - login fails http://example.com/accounts/google/login/callback/ - login succeeds What i observe that if i have a https redirect URL in Authorized redirect URIs, it does not allow login and it fails with