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
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...