Error with attributes - Invalid document structure: Unknown attribute
- 0
- Self Hosted
- Android
- Databases
Hello everyone,
I am currently stuck at what I believe to be a bug.
The error appears when I tried to update a document in a collect named payments. I'm using the android SDK to create and update the document. I use the same method to generate the data to upload and update.
Problem comes when I tried to update, I have the following error:
Failure(io.appwrite.exceptions.AppwriteException: Invalid document structure: Unknown attribute: "places").
But when I checked the attributes there is no places attribute and I do not have this error when I uploaded the document.
Trying to figured it out, I tried to create an attribute named places it fails. When I checked the log of the container appwrite-worker-databases I found out this
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'places'
I restarted all the appwrite containers but still have the same problem.
I am not really sure if I have ever created an attribute for this collection named places. I did create a relationship with a collection named places so maybe this is the reason.
In any case I think that bug is that the attribute is not showing up in the attributes tab . Attached you can find a screenshot of the attributes that appear in the tab.
Thank you for your time and support
Recommended threads
- Urgent help with removed databases
Hi <@564158268319203348> <@501784879638249472> I wrote to paid plan support about this but no response as of yet… About an hour ago one of the interns from o...
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...