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
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...