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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...