I am almost pulling my hair out due to the aforementioned issue.
I deployed Appwrite using Coolify one click setup. Everything was working fine until I needed to add Google Auth, when I did, I realized that google was redirecting to the http endpoint instead of https and thus begun my woes. I first enabled _APP_OPTIONS_FORCE_HTTPS only to be hit by the too many redirects issue. After scouring the internet for a solution I saw that if I set Cloudflare Ssl/tls to Full it should work, I then proceeded to put my app behind Cloudflare and set it to Full, no dice. I have literally tried everything on this forum and still cant figure out a solution, I am almost at the point of going back to Supabase, please someone help me πππ
Recommended threads
- Incorporate appwrite with spring boot
I am trying to upload files from a Spring boot app to appwrite. I've checked the SDK on maven but it seems to be for Android. Do I have to call Appwrite's REST ...
- User is not authorized to read collectio...
When i tried to make a read call to my db it always returns that my user is not authorized to perform such action am i doing something wrong?
- How to Ensure a User Can Only Access, Ad...
Hi everyone, I'm building an app using Appwrite, and I'm working on a feature where users can store their favorite items in a "Favorites" collection. Each favo...