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
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...