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
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...