[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
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...