#[SOLVED] Could not resolve host appwrite-executor with status code 0\nError Code: 0
5 messages · Page 1 of 1 (latest)
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