Docker Error: efe793689....... docker: Error response from daemon: network runtimes not found.
- 0
- Self Hosted
- Functions
I am using selfhosted appwrite in vps and everything else is running except functions
2024-10-20T03:39:15.219114970Z [Job] (67147b633202b8.77233019) successfully run. 2024-10-20T03:39:15.265472929Z [Job] Received Job (67147b633f9d89.12843402). 2024-10-20T03:39:15.287732148Z Fetched 3 functions... 2024-10-20T03:39:15.287960313Z [Job] (67147b633f9d89.12843402) successfully run.
how can I resolve this??
/usr/src/code/src/Executor/Executor.php:97 #0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(424): Executor\Executor->createRuntime('67147b632ecd651...', 'marketplace', '/storage/functi...', 'openruntimes/no...', 'v3', true, 'index.js', '/storage/builds...', Array, 'tar -zxf /tmp/c...') #1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workersclosure}() #2 {main}
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...