
Hi, I am trying out appwrite for a side project and I'm getting this error where the document is getting created in the database but when I call it through server actions in Nextjs it is giving me wrong data. I've attached the pictures for the same. Any help would be greatly appreciated. š
TL;DR
Issue: Developer is facing a problem where they are only receiving 3 results from the Appwrite database even though there are 5 documents present.
Solution: The developer should check if there are any filters or queries affecting the data retrieval process. Additionally, confirming the data retrieval logic in the server actions in Next.js can help pinpoint the issue.
I'm only getting 3 results here whereas there are 5 docs in the database

Recommended threads
- I can't add relationship attributes on m...
How can I make it work in selfhosted Appwrite?
- Duplicate name types with multiple datab...
Hello, we are having multiple databases and would like to use the cli to generate the types using (appwrite types --language ts), the issue is that the appwrit...
- general_unknown server error for upsertD...
Hey all, i updated the node-sdk to 17.1.0 and tried the upsertDocument function added, but that gives me the error: ```js "name": "AppwriteException", "code": 5...
