Migrating 1.4.14 -> 1.5.4 - Could not resolve host: appwrite-executor with status code 0
- 0
- Self Hosted
- Functions

Hello, I migrated my server from 1.4.14 from 1.5.4 without any problems (no errors on migration, just some warnings).
When I try to execute a function (which was working before the update), it fails & show me Could not resolve host: appwrite-executor with status code 0\nError Code: 0
What can cause this issue?
I tried to recreate containers with docker compose up -d
but nothing ...
Thanks in advance!
Tried to run docker logs appwrite and get same error
Could not resolve host: appwrite-executor with status code 0
Tried to rundocker ps
, and theopenruntimes/executor:0.4.12
has a status set toUp 4 hours (healthy)
don't known if it's normal... ?

What is _APP_FUNCTIONS_RUNTIMES_NETWORK
in your .env
file set to?

Thanks for your reply!
It's set to _APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes

OPEN_RUNTIMES_NETWORK=appwrite_runtimes
_APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes
Maybe the first one is not good no? @ideclon ?

IIRC the first one there is outdated, but I don't have time to look into it rn

No problem 🙂 I will wait 😉
Recommended threads
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- 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...
