
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
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
