Hello all, I've been stuck on an issue with Appwrite Functions all day and its now 2 in the morning. I self-host an I was able to get GitHub integration after a long but separate struggle. Whenever I create a deployment, either manually or through GitHub, I am met with the same persistent error:
Could not resolve host: appwrite-executor with status code 0
/usr/src/code/src/Executor/Executor.php:336
#0 /usr/src/code/src/Executor/Executor.php(92): Executor\Executor->call('POST', '/runtimes', Array, Array, true, 900)
#1 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(407): Executor\Executor->createRuntime('6688994ebf93135...', '6686d8220037751...', '/storage/functi...', 'openruntimes/da...', 'v3', true, 'lib/main.dart', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#2 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers\{closure}()
#3 {main}
I'm lost and tired at this point and I've tried everything that I've found online. Most of the stuff online are of people who either got it fixed somehow and didn't think to let other people know how, or people just straight up gave up.
Someone please help me.
Thank you in advance.
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...