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
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...