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
- How Can I Create landing page in appwrit...
I created function called invoice URL https://app.getrestt.com/v1/functions/invoice/executions?id=test-76f948fe83c43422561fe096c0674a1bd3ff0702cdfcf2444293ab31...
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...