My collection currently has one document after deleting others. In the app, it sort of switches between available and not available. When I check in the console, one of the docs that I deleted is there! After a few seconds, I refresh the page and the valid document is there (deleted one gone)
can you check the created timestamp and maybe the activity on the collection to see who's creating it? maybe the user is creating it in the app?
It's still in development so I'm the only user. The activity logs correctly show when I created it
I don't know why there are previous logs yet I deleted the document and created it again. I used the same Id since it's unique. Could that be the problem? Other new docs with random Ids don't have this issue
i think this is the activity in the document itself. what about at the collection level?
Recommended threads
- Seed db
hello there... is this correct way to seed appwrite
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...