
i'm trying to deploy one of my server functions. i tried to deploy it with appwrite-cli first. but seems like the cli is having some issues (related post https://discord.com/channels/564160730845151244/1242478705385803888) then i tried with manual deployment. now it's stuck at "processing" for last 10min, while each server function deployment usually takes less then a min. what should i do now?
appwrite-cli: 5.0.3 appwrite: cloud

it finally failed with the following log
Docker Error: Preparing for build ...
Building ...
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /usr/local/build/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/usr/local/build/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-05-21T14_40_10_687Z-debug-0.log
/usr/src/code/vendor/appwrite/server-ce/src/Executor/Executor.php:97
#0 /usr/src/code/vendor/appwrite/server-ce/src/Appwrite/Platform/Workers/Builds.php(407): Executor\Executor->createRuntime('664caec0bc301ae...', '651c5286130842a...', '/storage/functi...', 'openruntimes/no...', 'v3', true, 'dist/main.js', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers\{closure}()
#2 {main}
Recommended threads
- Appwrite REST API Docs in LLM-Friendly F...
Is there a version of the Appwrite REST API documentation available in a format suitable for LLM vector embedding? Specifically, Iām referring to the following ...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
- Google Oauth help
this error pops up (TypeError: (0 , {imported module [project]/src/lib/auth.ts [app-rsc] (ecmascript)}.signIn) is not a function) but cant find a way to solve i...
