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.