I'm having issue with Error 400: redirect_uri_mismatch
The url is properly set in Google Dev Console, however uberauth seems to request the url with HTTP instead of HTTPS. Reading the source leads me to this comment where I can specify an option to override the callback scheme.
I'm having issue with
Error 400: redirect_uri_mismatch
The url is properly set in Google Dev Console, however uberauth seems to request the url with HTTP instead of HTTPS. Reading the source leads me to this comment where I can specify an option to override the callback scheme.
https://github.com/ueberauth/ueberauth/blob/7ebc0aeeb17d0953bdc53a01018307fb03e0b189/lib/ueberauth.ex#L182-L186
However the callback was still sent with HTTP. I'm using Cloudflare as https reverse proxy.