- I created a transaction to bulk delete rows in a table has
doneequaltruefollow documentation. But when run, it returns 401 unauthorized error as screenshot below. - I can delete a single record successfully.
- Table permissions is users can create, row security is a user can read, update, delete his/her own rows.
Hi! You can use loops for performing the bulk delete operation.
The only drawback is that it's too slow for larger no. of documents.
Yes, thank you! I think it's will be the last resort option. But I still prefer the transactions way and just curious what is the root cause of this error 😀 .
Can you please share how are you creating the Appwrite client instance?
Recommended threads
- createMembership is not sending email wi...
Parameters should be correct. Account and Membership are successfully created. I have a next.js project with localhost origin allowed. I checked spam etc. i...
- In which format should i pass the date?
I have a column with the type `datetime`. So i want to know which format is suitable for passing the date
- Oauth issue
Hi, can anyone help me in the Oauth issue, Its working fine in dev but its showing Invalid redirect during production. I have check the redirect url and all. St...