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
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...