My function is a simple “hello world” response that keeps erroring out. When I run the function using the appwrite cli I can see that for a brief moment the container is created but then it disappears.
Further, the function runs fine in the cloud. I’ve uninstalled and reinstalled the appwrite CLI and updated docker. All my other containers (other than the appwrite functions) run fine.
TL;DR
- The developer's local function deployment is getting stuck on "Starting...".
- The "hello world" function keeps erroring out after the container briefly appears and disappears.
- The function runs without issues in the cloud, but not locally.
- They have tried reinstalling the appwrite CLI and updating Docker.
- All other containers run fine except for the appwrite functions.