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 are getting a scope error "missing scopes (["rows.write"])" when trying to create a transaction with the `tablesDB.create_transaction()` method. The fix has been pushed but the issue persists. In the meantime, try using the `update_row` method instead of `update_rows` as a workaround for now.
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.

Camka
10 Oct, 2025, 17:34

Looks like it's still not working this morning

Steven
11 Oct, 2025, 04:11

i've escalated this to the team

Camka
11 Oct, 2025, 04:12

Thanks

Jake
13 Oct, 2025, 07:33

Pushed a fix, let me know if you still have issues

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