#Invalid document structure: Unknown attribute: "body"

3 messages · Page 1 of 1 (latest)

lusty swift
#

I am getting this error while creating document in appwrite databse
const res= await databases.createDocument(
'6694241300092f029d7d',
'6694241d003574e82d23',
ID.unique(),
{body:"tasksss"}

);

pearl pagoda
#

@lusty swift 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.