[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
- OTP does not work on login page and user...
Hi there, Since updating from 1.6.2 to 1.7.3 the OTP function does not work anymore. I always get this error: ``` Invalid otp param: Value must be a valid str...
- Console is flooded with errors after upd...
Hi there, I ran 1.6.2 which worked great. I then used the migration guide to directly update to 1.7.3: https://appwrite.io/docs/advanced/self-hosting/update A...
- setup custom domain to appwrite but stil...
i just installed a Appwrite instance in my vps and i did all default otions exept the domain i have setuop its dns as A records pointing to my vps ip altho...
