AppwriteException - Transaction with the requested ID '696bda260c0fb0741f66' could not be found
- 0
- 2
- Functions
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}", }, }
did you create a transaction? Please share your full code for someone to be able to help
ok, here it is
yes, created a transaction and got its ID as shown in error response provided earlier
any more code to share ?
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.
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
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.
the definition of the wrapper function is there for you to see if it can cause such issue
but let me also do it the way you mentioned for verification purpose
did this way, still same issue !
<@564158268319203348> thank you, just did fresh small program as shown below and it worked.
will compare this working code vs my main project.
Recommended threads
- Unable to push function from API KEY wit...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...
- Appwrite Functions not executing with a ...
I have multiple functions running with a CRON Job however, they all stopped executing around 35 mins ago from this post. Project ID:6a4a03920012bede992d Region:...
- Deployment fails at sidecar step "Build ...
Hi Appwrite team, I'm getting a consistent deployment failure on Appwrite Cloud. The build itself completes successfully, but a post-build sidecar step then fa...