I am using Appwrite (not self hosted), I have a collection which when i add a document, it says success but never show!
using the SDK, creating the document succeeds and returns a proper document with ID which i can fetch it back via id. However, if i fetched the list of documents in this collection it is an empty array.
I am in a very bad situation and the last thing i needed now was not being able to simply add a document on a collection now! 😦 PLEASE HELP
TL;DR
Documents are not being displayed in a collection even after successful creation. The user is using Appwrite, and although the creation of documents succeeds and returns an ID, the documents are not visible in the collection. The user is seeking urgent help.
Possible Solution: Have you tried using an incognito window to see if the documents appear?