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
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...