I have self-hosted Appwrite and whenever I restart my server, I see the error Could not resolve host: appwrite-executor with status code 0 whenever I try to deploy or execute any function for any project. Running sudo docker compose up -d fixes the error, but it shows up again as soon as the server is restarted. Is there a fix for this? I am on version 1.4.3.
Why haven't you upgraded to the latest 1.4 patch? I think this was fixed in one of the patches
I did read the patch notes but I don't remember reading about this. I will try upgrading first
[Solved] Could not resolve host: appwrite-executor with status code 0
Recommended threads
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...