
See screenshots. I'm on self-hosted, 1.6.1.
I can click options -> delete and then get the green success toast it was deleted, but when I refresh it's still there. Also can't recreate it with the same name, then I get "Attribute with the requested key already exists. Attribute keys must be unique, try again with a different key."
When I create a new attribute with a different name, and remove this "testResults" entirely from my data model, I can create a new document (which doesn't have that key anymore), on the db. But when I try to do a partial update with updateDocument
I get :
AppwriteException: Invalid document structure: Unknown attribute: "testResults"
at _Client.call (/usr/local/server/src/function/node_modules/node-appwrite/src/client.ts:352:12)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Databases.updateDocument (/usr/local/server/src/function/node_modules/node-appwrite/src/services/databases.ts:1831:13)
Even though i'm nowhere trying to set that key. So this seems to be a total dead lock?
What can I do now, any way to recover from this? And why is this even happening, is there a way to avoid this?
Recommended threads
- My collection is not updating after csv ...
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
