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
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- NEW ERROR Invalid document structure: At...
Error: ```AppwriteException: document_invalid_structure, Invalid document structure: Attribute "pb.kmsgxPkgInfo.id_info" must be an array (400)``` I’m encounter...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...