[SOLVED] Could not resolve host appwrite-executor with status code 0\nError Code: 0
- 0
- Self Hosted
I'm getting this error after upgrading Appwrite successfully from 1.4.14 to 1.5.5.
i didn't have made any modifications in the networks or similar
My docker networks:
appwrite bridge local
bridge bridge local
gateway bridge local
host host local
none null local
runtimes bridge local
Env vars:
OPEN_RUNTIMES_NETWORK=appwrite_runtimes
_APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes
Solved. Solution is restarting every with
docker compose down && docker compose up -d
Note that if you didn't have installed appwrite as usual with the automatic script in docs it could result in data deletion.
A Less agresive approach is recreating only the appwrite and open runtmes container and it's network
[SOLVED] Could not resolve host appwrite-executor with status code 0\nError Code: 0
Recommended threads
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...
- Unable to Create Storage After Upgrading...
We upgraded our Appwrite instance from version 1.8.0 to 1.9.0 and successfully ran the migration process. However, after the upgrade, we are no longer able to c...
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...