#[SOLVED] Could not resolve host appwrite-executor with status code 0\nError Code: 0

5 messages · Page 1 of 1 (latest)

dense whale
#

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