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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...