When I try to create a document without any data, I get this error:
{"message":"The document data is missing. Try again with document data populated","code":400,"type":"document_missing_data","version":"1.7.4"}
I'm confused as to why that is an error anyway.
To clarify: I am passing an empty object ({}) as data, not omitting it
All attributes in this collection have default values.
I assume a workaround would be to just set one attribute (and I'll try that in a moment).
I just find this to be annoying, and a useless error message. Would make more sense if I omitted the data completely.
Is there something else I'm doing wrong?
Recommended threads
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...