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
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- Database AI Column Suggestion Use Case
I tried using the AI column suggestion feature. For me, I prefer writing my column design separately in a notepad. Then my intention is to paste it into the AI ...
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...