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 0Tried to rundocker ps, and theopenruntimes/executor:0.4.12has 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
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...