
so create, read and update work fine?

Can you show some code?

It's in the repo Ajay820

Yeah read is happening


Repo link

Didn't checked with update but create and read is happening

where exactly in the repo are you doing this?

Please post the link to a code snippet. Not a full repo

const deleteasync = async (id) =>{ console.log(id) const response = await databases.deleteDocument("6427c6d20464df58bf36","6427c6dcd6bc73a91b81","id") response.then( function (response){ console.log(response) }, function (error){ console.log(error) } ) window.location.reload() }

I think I have to remove async and await right


Is this right to authenticate with Google I am getting errors
Recommended threads
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- Nuxt Middleware Support
So I'm trying to protect some routes so that the user is redirected back to the login screen should they not have an active session. However, I'm stuck in a lo...
- Sites Problem
Hi, I keep getting this problem when deploying my site. I have already made sure the site is active which it is. It even shows the preview of my site but when ...
