AppwriteException: Transaction with the requested ID could not be found. at Generator.next (<anonymous>) { code: 404, type: 'transaction_not_found', response: '{"message":"Transaction with the requested ID could not be found.","code":404,"type":"transaction_not_found","version":"1.8.0"}'
console.log(tx.$id) Transaction ID: 690c9494412a376f7a8a
Nevermind, I did it in server-side and it worked. It didn't work using the client sdk.
facing similar issue with server side using "node-appwrite" module. Anyone who can elaborate the root cause of this issue and possible fixes ?
Can you create your own support post and show the code you're using that is having an issue
Yes, will do that. Thank you.
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...