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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...