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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?