Rank 2: Process
any idea where does this error come from while deleting a document ? restarting appwrite doesn't rectify the issue.
i dont know how to recreate this issue . but what i remember doing is :
create a collection with some attributes.
create a string attribute named "domains".
add some entries into the collection.
delete the "domains" attribute.
add another many to many relationship to any other collection, BUT with same name "domains"
some days later, i removed "domains" relationship, and created another String array attribute named "domains"
then i added a key index and fulltext index for "domains" attribute.
now, when i tried to delete any of the entries i created earlier, i get this error..
i don't know whether these steps caused it. but what might be the possible reason??