Hi yall, I'm having an issue where the redirect URL is going to http, instead of https. I think this is a bug.
^ notice the HTTP there
I've got caddy in front of traefik, going to its http port. I have _APP_OPTIONS_FORCE_HTTPS=true, it doesn't make a difference. The callback URL in the auth config shows https. So 443 from Caddy to the HTTP web port.
I reverted traefik back to 80/443 and direct to the https port directly, and now it shows the correct callback URL. I supposed I can have Caddy go to the traefik ssl port for now, but I'd rather have it as http internally
I see a few more force https options, let me try those
_APP_OPTIONS_ROUTER_FORCE_HTTPS=enabled```
also no difference
Recommended threads
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?