deep-printerverseOriginal post
Rank 2: Process
I am getting this issue now when I try to build or execute any Appwrite function. I checked other support tickets with same error, and in my case, restarting the container does not help. This is happening on version 1.5.10 (I ran the migrations also).
I ran docker network inspect appwrite as suggested in another post and I have attached the output. An interesting thing to note is that there is no openruntimes-executor in the network, which I believe could be the issue. How do I resolve this? I have stopped and started the containers to no avail.
Summary
Issue: Developer encountering "Could not resolve host: exc1 with status code 0" error on Appwrite functions after updating to version 1.5.10. Restarting container did not help. `docker network inspect appwrite` revealed absence of `openruntimes-executor` in network, potentially causing the problem.
Solution: Add `openruntimes-executor` to the network to resolve the issue.