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}
TL;DR
Developers using self-hosted Appwrite are encountering a Docker error with functions not running due to a "network runtimes not found" issue. The error seems to be related to an Executor.php file. To resolve this, check the Executor.php file at line 97 and ensure all necessary runtimes are properly configured.