Hi im getting this error while creating a new document, it says that it is missing required parameter "data", but i dont know what data stands for.
I attach photos of the error, my attributes page and how im creating the document
take a look at the function signature for createDocument() compared to how you're calling it. 4 parameters are required:
- databaseId
- collectionId
- documentId
- data
https://appwrite.io/docs/client/databases?sdk=web-default#databasesCreateDocument
thanks i figured out that i was missing the ID for the document
Recommended threads
- Urgent help with removed databases
Hi <@564158268319203348> <@501784879638249472> I wrote to paid plan support about this but no response as of yet… About an hour ago one of the interns from o...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...