manazoOriginal post
Rank 3: Container
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
Summary
Developers are experiencing a deployment issue where the function is stuck on "processing." The error log shows a Docker error and npm ENOENT related to missing 'package.json' file. The solution could be to ensure that the proper files are present in the correct location.