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
listDocumentscall.
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
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...