
Hi
I am currently developing a flutter web app that communicates with a appwrite backend. The problem is: when I update a document, half of the request get skipped. I always get a respones message with the correct payload and updates but the document itself does not change everytime. Is this due to API limits? I already disabled the abuse env variable.

Solved: I am using Futures and async functions and I forgot some "await" statements in front of some functions

[SOLVED] Some API requests (updateDocument, ...) get skipped

Oh great, thanks for letting us know!
Recommended threads
- Appwrite isn't accepting the api from se...
Error creating user: AppwriteException: Server Error type: 'general_unknown', response: '{"message":"Server Error","code":500,"type":"general_unknown","versi...
- Subject: Request for temporary quota lif...
Hi Appwrite Team, our nonprofit animal rescue app on Appwrite Cloud is currently throttled due to read‑quota limits, and we need a temporary increase so rescue ...
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
