
Hi, In my current setup I'm using Nginx which acts as a reverse proxy and is connected to LEGO which issues specific certificate (For appwrite and functions wildcard).
I'm worried that if I set mydomain.com instead of localhost the appwrite will try to generate certificate, which will be redundant. Is there any way to control this behavior?
Best thing (I think) would be to disable all HTTPS handling and leave only plain HTTP since TLS termination is handled at Nginx anyways.
My current workaround is to leave _APP_DOMAIN be localhost and change _APP_DOMAIN_FUNCTIONS to functions.mydomain.com
Recommended threads
- session cookie not saving
it appears with my app hosted on Cloudflare worker pages, when i try to login it does not save the session cookie. however it saves in on localhost and no probl...
- Installation with Docker and Extra Servi...
See: https://github.com/appwrite/appwrite/issues/10673
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
