I recently added a new required string attribute called author_id to a collection, and then tried to use the cloud GUI to delete old documents that didn't have anything entered for this attribute. However, just one of those documents refuses to delete: when I try to delete it, I get an error that the document is invalid because it has no author_id.
I tried editing the author_id attribute itself to no longer be required, but the problem persists even when this attribute is no longer flagged as required. Also, I tried manually entering something for that document's author_id though the GUI, but even while I'm trying to input an author id, it won't let me save because author_id is missing and therefore the document is invalid!
PS, I'm using the beta "relationships" feature in this collection, so idk if that could be the cause for any wonkiness?
In case you need to investigate anything from your side, here's the project IDs: project ID: artfork (I set this one manually instead of the auto generated one) database ID: 67b19543001981d2c08a collection ID: 67b195c40035ca813254
Recommended threads
- 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...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...