[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
- Use cloudflare origin certificate instea...
Hello! Is it possible to use cloudflare origin certificates instead of let's encrypt? We manage all ssl certs in our cloudflare account and our VMs has a firewa...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
