
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
- Use cloudflare origin certificate instea...
Hello! Is it possible to use cloudflare origin certificates instead of let's encrypt? We manage all ssl certs in our cloudflare account and our VMs has a firewa...
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
