
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
- Dumb question, api key for app? Protect ...
I have my project set up, and I'm developing with Flutter. My app does not require users to log in to retrieve some general project data, but authentication is ...
- Account Deletion is not working
Hey There, i am trying to trigger a function with a swift ui button. The function ist to delete the currently active user with the userID, so that the account i...
- OAuth2 Giving 404
I am trying to implement oauth2 with Google, but it keeps giving this weird 404 error.
