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
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...