
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
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
