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's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...