
Hi,
i just created a new function and deployed it but im getting this error Could not resolve host: appwrite-executor with status code 0

What version of Appwrite?

1.4.2

would you please share your docker-compose.yml file?

here it is

it seems you may have manually tried to upgrade? As such, you're missing things from here and some things are incorrect such as the openruntimes-executor hostname.

i highly recommend using the upgrade command to make sure your compose file is updated correctly

ohh yes i did manually upgrade

i will do it

@Steven im getting this error on
yaml: unmarshal errors:
line 353: mapping key "volumes" already defined at line 347

idk why but the volumes were repeated in appwrite-worker-builds

how did you upgrade?

using the upgrade command

please try a docker pull appwrite/appwrite:1.4.2
and try again

volumes were repeated in appwrite-worker-builds inside docker compose file... i removed it manually its working now

[SOLVED] Could not resolve host: appwrite-executor with status code 0
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 ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
- The function became slower after being e...
I used the Python SDK and set `xasync=True` in `create_execution`, expecting it to execute quickly on another worker. However, the execution ended up taking sev...
