Appwrite sending `http://...` as `redirect_uri to Google OAuth instead of `https://` when using SSL
- 0
- Accounts
I'm using SSL through Cloudflare. Tried to Set FORCE_HTTPS
to enabled
, but then I end up with infinite redirects. Any ideas what should set?
is _APP_OPTIONS_FORCE_HTTPS
set to enabled
? I had this issue in the past, not sure exactly how I fixed this.
yeah, if i do that I end up in an endless redirection loop
do you have a redirection setup somewhere? like redirect http to https?
only on cloudflare
but when I setup Google auth, the UI wants me to use to use a Callback URL starting with HTTPS
can you try turning off force redirection on cloudflare & see if _APP_OPTIONS_FORCE_HTTPS
works?
yeah, I try
same, I get ERR_TOO_MANY_REDIRECTS right on the homepage
the requests return 301 for some reason
ok, using Full encyption on CF seems like it's working
i was using Flex before
and now it's sending correct redirect_uri
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something