I am getting this error while creating document in appwrite databse const res= await databases.createDocument( '6694241300092f029d7d', '6694241d003574e82d23', ID.unique(), {body:"tasksss"}
);
@vimaltomar231 You must not have created body attribute for this collection, that's why it is giving this error.
For your reference, create an attribute like this called body for your collection.
hey brother , can you see my issue too, please
Recommended threads
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...