By using reactjs and an usEeffect I am making a request to list all the documents that match a Query that i provided, and then place them in a setState
however I began to notice that new documents that I created did not bring them to me, and when I did the console log of the response , it says that the total is 29, but inside response.documents there are only 24 documents, what could be happening?
I attach a photo about my console log
I have also noticed that it takes a little longer to bring the documents, maybe 2 seconds
I found the solution, I saw that apparently the query limit is set to 25 by default, this post can be closed
FYI, you should be able to update the title to prefix it with [SOLVED]
[SOLVED] Total of documents not matching with response
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...