When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b414b500275c9bf74f
TL;DR
The appwrite function is failing with a 500 error, even though it's not visible in executions. The issue started today. The function ID is 68b414b500275c9bf74f. Make sure to check the dependencies and update the "node-appwrite" version to "^19.1.0"."dependencies": { "node-appwrite": "^19.1.0" },
Recommended threads
- Added Custom Domain - API requests with ...
I've added in a custom domain to Appwrite my domain itself is on cloudflare but has Appwrite name servers added and confirmed they work, I added the CAA in clou...
- Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api c...
- Bug Report: type generation for enum of ...
### π Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...