Hi
When i try to sign in with my google account, the redirect_uri of the https://accounts.google.com/o/oauth2/auth request is always set to http scheme, even if i navigate to admin throgh https.
This causes Error 400: redirect_uri_mismatch error to be thrown.
In google console i have set redirect uri to https://...
If i set it to http://... in the console, everything works as expected.
Do you have any idea why this might happen ?
Hi
When i try to sign in with my google account, the
redirect_uriof thehttps://accounts.google.com/o/oauth2/authrequest is always set tohttpscheme, even if i navigate to admin throghhttps.This causes
Error 400: redirect_uri_mismatcherror to be thrown.In google console i have set redirect uri to
https://...If i set it to
http://...in the console, everything works as expected.Do you have any idea why this might happen ?