
Hello everyone! I am quite new to the whole Development-World itself and still learning a lot! I am making quite good progress though so I really appreciate any kind of help y'all can give me along the way 🙂
So regarding my issue: I have Appwrite running via Coolify on a debian12 Server and so far everything has been running great. Now I am getting started with Functions development and deploying my first function. However, it always fails with the following error. I do not really understand whats happening - the network "runtimes" should automatically be created by the openruntimesexecutor, right? What could be the reason it is not found? Checking out Docker, there is in fact no network called "runtimes".
Really appreciate any help! :appwriteheart:
Docker Error: 0f40c171155ff4e70a8735618a3ef23618789b1c39a572bfc3f58f8faff0abcd docker: Error response from daemon: network runtimes not found.
/usr/src/code/src/Executor/Executor.php:96 #0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(407): Executor\Executor->createRuntime('662c29d182d40e3...', '6627e1a0003a120...', '/storage/functi...', 'openruntimes/no...', 'v3', true, 'functions/scrap...', '/storage/builds...', Array, 'tar -zxf /tmp/c...') #1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workersclosure}() #2 {main}

How did you install? What's the docker compose file look like
Recommended threads
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Trying to set up a new appwrite project
we have used the folder structure as follow Functions /function-name /src/index,js This is our entrypoint and git confugre settings When I try to run ...
