Runtime is not visible on Console even after changing the `.env` file and deploying
- 0
- Tools
- Functions

So, .env
is changed and redeploy after adding Dart-2.17
runtime still dart sdk runtime is not visible... Not sure what possibily be going wrong
cc
@Steven

Please try not to tag people.
How did you redeploy?

😬 really sorry

Rerunning the docker cotainer

What do you mean?

is it possible to fetch env from cli?

I mean had already running appwrite on Azure server... so just updated the env and redploy I mean via command-line

Please share exactly what you mean? What did you run?

oh the commands? or the env file

The commands

I have asked one the team mate for the command, who deployed it... just waiting for response... as soon as I get it I will share... incase anything else that could go wrong? so that I can check with him when is back online

You can check the vars by running
docker compose exec appwrite vars

For how to deploy the changes to the environment variables, refer to the docs: https://appwrite.io/docs/environment-variables

Otherwise, make sure you clear your cache

for now will close this, I raise another ticket, relating to deployment to AWS server... if that can be solved would be really greatful

hi, getting error while trying execute this command saying that docker compose is not installed, but it is insatlled

ubuntu@ip-123-456-76-152:~/appwrite$ docker-compose --version
docker-compose version 1.29.2, build unknown
ubuntu@ip-123-456-76-152:~/appwrite$ ls
docker-compose.yml
ubuntu@ip-123-456-76-152:~/appwrite$ docker compose exec appwrite vars
docker: 'compose' is not a docker command.
See 'docker --help'```

You need to remove docker-compose (this is the old version 1) and install docker compose v2. https://appwrite.io/docs/installation#systemRequirements

oh 😞

let me try again

seems to working finally phew...

just only things is how to config the IP to Custom Domain and prevent connection happening directly to IP

thank you so Steven again, and really sorry for everytime bothering you 🙏

not a bother at all!
Recommended threads
- Help needed on sites and funcions
I have Appwrite 1.7.4 self-hosted on a VPS. If I enable this parameter: `_APP_OPTIONS_ROUTER_FORCE_HTTPS` Functions work perfectly. If I disable it, the sites...
- Session deletion for 'current' fails on ...
I want to delete the user's current session via the client side. This is my full function: ```js export const deleteUserSession = async () => { try { ...
- User (role: guests) missing scopes (["te...
I keep getting this error: ```AppwriteException: User (role: guests) missing scopes (["teams.read"]) at new AppwriteException (/usr/local/server/src/functio...
