ianmontOriginal post
Rank 3: Container
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
Summary
The user received an AppwriteException error stating that a required parameter "data" is missing while trying to create a new document. Another user in the thread pointed out that the createDocument() function requires four parameters: databaseId, collectionId, documentId, and data. They also provided a link to the documentation for more information. The user acknowledged that they were missing the ID for the document and should check the function signature and their calling method. There is no specific solution mentioned in the thread.