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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...