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 to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...