You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change redirect_uri parameter to some value in config: config :ueberauth, Ueberauth.Strategy.Google.OAuth, redirect_uri: 'https://example.com'
Check network logs
Expected Result
Expected redirect_uri to be https://example.com
Actual Result
Got redirect_uri to be http://example.com
My Suspicion
My endpoint uses HTTP and I get HTTPS throught NGINX. I think the uri is resolving to the endpoint HTTP status instead of explicitly using the string I provided it.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Change redirect_uri parameter to some value in config:
config :ueberauth, Ueberauth.Strategy.Google.OAuth, redirect_uri: 'https://example.com'
Check network logs
Expected Result
Expected redirect_uri to be https://example.com
Actual Result
Got redirect_uri to be http://example.com
My Suspicion
My endpoint uses HTTP and I get HTTPS throught NGINX. I think the uri is resolving to the endpoint HTTP status instead of explicitly using the string I provided it.
The text was updated successfully, but these errors were encountered: