
I am using appwrite database and the issue is there are not many entries hardly 50 entries, my users exploded and reached to 10K+ in 4 days, the issue I am facing right now is I can write a document but users can't read the newly entered document is there any form of pagination or something I have misconfigured.
Yesterday's issue got 1k+ uninstalls before I even push the update and now this issue comes up, now I have started questioning the reliability of appwrite cloud for production😩 sadly

@Support ?

What are the permissions on the collections? Is there document security enabled?


I can write a document but users can't read the newly entered document is there any form of pagination or something I have misconfigured. And how is this implemented? Did you write a pagination logic? The max by default is 25 documents per
listDocuments
call.

25th data is loaded, but 26th isn't,thanks got the issue

how can I get all the data ?

at once ?

it should basically cache the data at once

see - https://appwrite.io/docs/products/databases/pagination its not a good practice to load all documents at once, there's a performance hit if you have too many documents.

I will find a way to implement, since I now know the issue thanks
Recommended threads
- Document Data is null.
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot) The permission I have ar...
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
