Hi. I get this error: AppwriteException: Document with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.
When I try to create a document that has the same name attribute as an existing document. I have this index setup (screenshot). It prevents documents from being created with the same name.... Shouldn't the error message say I'm trying to create a document with the same name as an existing document instead of it saying I'm trying to use the same ID?