I ran into an issue with the deployment container for a cloud function not being resolvable (error: Internal curl errors has occurred within the executor! Error Number: 6. Error Msg: Could not resolve host: 67c8f2a927952 Error Code: 500). After further investigation, the docker DNS server in the runtimes network was appending .runtimes to the end of the 67c8f2a927952 record so it was only discoverable by 67c8f2a927952.runtimes. I found that I could work around this by adding dns_search: runtimes to the docker-compose.yml for the executor service, however I haven't ran into this issue before. I'm running Docker version 28.0.1, build 068a01e and my best guess is that Appwrite doesn't officially support that version. Am I right? If so, what is the supported version of docker?
Recommended threads
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...