- 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
- 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...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this