Skip to content
Back

AppwriteException - Transaction with the requested ID '696bda260c0fb0741f66' could not be found

  • 0
  • Functions
cccabdalla
17 Jan, 2026, 19:10

I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required data as shown in the screenshot attached, I have received the error response below. Any help? Thank you in advance. { data: null, error: { name: "AppwriteException", code: 404, type: "transaction_not_found", response: "{message:Transaction with the requested ID '696bda260c0fb0741f66' could not be found.,code:404,type:transaction_not_found,version:1.8.1}", }, }

TL;DR
Developers are encountering an 'AppwriteException' when trying to use a transaction ID with the tablesDB.createRow function. Removing the transaction ID makes the operation successful. The error message indicates the transaction ID could not be found. The issue may lie in passing the correct transaction ID. Sharing the full code is requested for further assistance.
eldad
17 Jan, 2026, 19:11

did you create a transaction? Please share your full code for someone to be able to help

cccabdalla
17 Jan, 2026, 19:15

ok, here it is

cccabdalla
17 Jan, 2026, 19:15
cccabdalla
17 Jan, 2026, 19:18

yes, created a transaction and got its ID as shown in error response provided earlier

cccabdalla
17 Jan, 2026, 19:22
cccabdalla
17 Jan, 2026, 19:23

any more code to share ?

cccabdalla
17 Jan, 2026, 19:30

By the way, when transaction id usage is removed, the operation becomes successfull even though I am deliberately testing transactions API scenario for staging single database operations and apply them together.

eldad
17 Jan, 2026, 19:32

when transaction id usage is removed Not sure what you mean by that

Try to verify you pass the correct transaction ID in the call that returns 404, it might be that the wrapper doesn't return the correct data

cccabdalla
17 Jan, 2026, 19:37

I mean if I don't make use of transactions API at all and remove the transactionId field from data being passed to createRow function, it works fine.

cccabdalla
17 Jan, 2026, 19:40

the definition of the wrapper function is there for you to see if it can cause such issue

cccabdalla
17 Jan, 2026, 19:40

but let me also do it the way you mentioned for verification purpose

cccabdalla
17 Jan, 2026, 19:49

did this way, still same issue !

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