[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
- I can't access my appwrite using my doma...
but if I use IP it is work
- Error importing data after server migrat...
Hello, I recently purchased a new web server and when trying to migrate my data from the old server to the new (both self-hosted instances of appwrite on coolif...
- Failed to connect to exc1 on deploy
Hi, i just came across this yesterday and it worked like a charm on selfhosting on my personal windows machine because im testing everything. But now, on Appwri...
