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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...