I have set up Google OAuth for my website.
- With
Publishing status
, I setTesting
and in credentials, the redirect URI ishttp://vya.daotao.ai/auth/complete/google-oauth2/
, Sign in with Google action works correctly - With
Publishing status
, I setIn Production
, and in credentials the redirect URI ishttps://vya.daotao.ai/auth/complete/google-oauth2/
, I gotError 400: redirect_uri_mismatch
, the redirect URI is in HTTP protocol while in Google setting it is HTTPS protocol
I deployed the system on AWS within ELB, ACM, and custom domain
Please help me resolve the trouble! Thank a lot