In the Social Login I get the error below from Google. This my an https redirect URI in Google Client ID:
https://app.lowcarbonbiz.org/login/oauth2/code/google
Note: Google does NOT allow http in production.
I don’t see how I can control this in code? The examples are all http.
Note: I am on AWS Elastic Beanstalk with SSL on the load balance. Correct me if I’m wrong. but my JMix app does not know it’s on https. It is on http port 5000?
Error 400: redirect_uri_mismatch
You can’t sign in to this app because it doesn’t comply with Google’s OAuth 2.0 policy.
If you’re the app developer, register the redirect URI in the Google Cloud Console.
Request details: redirect_uri=http://app.lowcarbonbiz.org/login/oauth2/code/google flowName=GeneralOAuthFlow