Could not resolve host: appwrite-executor with status code 0
Is this appwrite cloud?
Not, self hosted
Okay
Run in your appwrite folder this command and send the result:
docker compose logs appwrite
okay
I am having the same issue. I don't know if I should open another support post for the exact same error. OP, are you hosting your function on github? I started having problems upon github integration myself...I think.
i had too , because after system restart openruntimes-executor not starting , to resolve issue edit docker-compose.yml and add restart : unless-stopped under openruntimes-executor.
Yes, this could be too a potential solution: https://discord.com/channels/564160730845151244/1156583888261484634
Please, create a post here before
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?