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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...