I created a new Database and Collection but whenever I try to create a document in there the system tells me that the attribute is not found. Even when I tried to create a document from the Appwrite Console,
TL;DR
Created a new Database and Collection but getting "attribute not found" error when trying to create a document. Issue persists even when using Appwrite Console. This could be due to incorrect document structure or missing attributes in the document creation request. Check the structure of the document being created and ensure all required attributes are included.