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.
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...