Skip to content
Back

Getting an Interesting error when trying to create a transaction

  • 0
  • Functions
  • Cloud
Camka
10 Oct, 2025, 04:03

When I try to execute

TypeScript
tx = tablesDB.create_transaction()

I get this error message:

TypeScript
app.############@service.cloud.appwrite.io (role: applications) missing scopes (["rows.write"])

Other database operations work.

TL;DR
Developers encountered an error message when creating a transaction in tablesDB due to missing scopes ("rows.write"). The issue arises when attempting bulk updates with relationships in the table but can be resolved by using the update_row function instead of update rows.
Steven
10 Oct, 2025, 04:23

Update rows works?

Camka
10 Oct, 2025, 04:34

Update rows doesn't work since it says you can't do bulk updates with relationships in the table. But update_row works.

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more