When i do nano .env it shows _APP_DOMAIN_TARGET= as set to my domain, but when i do docker compose exec appwrite vars it shows _APP_DOMAIN_TARGET= as empty and everthing else in the env correct as it is written. I am hosting on Digital Ocean, i have tried restarting docker container many different ways, updating .env and restarting the whole droplet, noting has changed.
Have you done docker compose up -d after updating your .env file?
https://appwrite.io/docs/advanced/self-hosting/configuration/environment-variables
Yup, didn’t help. Also if it means anything I just made the droplet this morning using the button on DO marketplace
first is when i do docker compose exec appwrite vars, second is nano .envbecause of this my domain doesnt wanna work...
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...