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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...