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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?