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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...