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
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...