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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...