Hello, I have a strange error. When I tried to update a document to a certain ENUM options, it shows "server error."
For example, when I update the value to "abc," it was okay. But, it is not okay when I updated it to "business." The error is "general_unknown", 500.
My project ID = 31trace Collection ID = asset
I'm using Cloud. Could you help me to check?
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...