Hi all. I'm hosting my appwrite on my own VPS but I', having trouble creating a session for an authenticated user via gmail. When I run the appwrite endpoint with http (http://localhost:80/v1), and have my web client running on http://localhost:3000, I can create a new user. However, when I put a domain and encrypts with https, the app keeps redirecting to http instead of https (http://af23-116-101-10-209 as above). I tried both nginx, and ngrok and neither works.
I tried setting _APP_OPTIONS_FORCE_HTTPS=enabled but I have no idea what the endpoint will be? I tried curl https:localhost:443 and others but it doesn't work
here's the output for docker ps
when I tried curling https://locahost. For more information, I executed the docker-php-entrypoint container, and I can see the console on localhost:80 (inside the container)
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...