
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
- Golang docs outdated
Golang docs on the website are update and some if not all methods are broken/ not updated
- Appwrite sites 404
Hello ! When I add a subdomain to a deployed website, it gives me a 404 error on said domain thus making the SSL processus not working and im not able to acces...
- Accessing caller UserID on Function Exce...
I'm working with function, which should generate a document in Collection B, but only if user who's calling the function, is the owner of Document in Collection...
