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
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itβs mention that only setup client with endpoint / api key is enou...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...