
I'm trying to delete a row using the TablesDB typescript sdk and I'm initializing it with a session client. I've verified that my user has a valid session.
When running tablesDB.deleteRow, I always get a 401 user_unauthorized.
The table itself has no permissions set because this is an SSR web app. Instead, the row is configured with RLS and has the permission 'delete("team:68da0803001888be01b1/owner")'
on it. This user is part of that team, and this user has the "owner" role.
Can row deletions only happen with the admin sdk or via a table-level configuration? Or am I missing something here.
Recommended threads
- Static assets don't get CDN cached?
Decided to try the platform out for site hosting after the vercel incident. My nuxt page worked flawlessly out of the box but apparently static assets are not b...
- Sites not working
When I deploy NextJS using Appwrite Sites don't work and the build error is related to the WordPress backend link. Is there a solution? Thank you.
- Bug in upsert documents (1.7.4 selfhost)
When you use upsert documents all attributes in documents with a default value are reset to the default value
