
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
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
- Create owner team member with Server fun...
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the requ...
- Schedule a function job with timezone
I am aware that cron schedule will work on UTC timezone. I would like to run my function at a particular time everyday in new york time. If I use UTC, it will m...
