
Self Hosted Appwrite 1.5.5
(Below attributes is a Relationship) (I rebuilt the containers after the error. down and up -d)
First I added an attribute called “blogCategory”, then I deleted this attribute. Then I added an attribute called 'blogCategory2'.
And voila... I can't update my old records anymore. It gives me an error and it says the old attribute name. I don't know if there is a debugging method for this, I'll give you a screenshot

First Structure
[
{
"title": <string>,
"content": <string>,
"blogCategory": <realtionship>,
}
]
Second Structure
[
{
"title": <string>,
"content": <string>,
"blogCategory2": <realtionship>,
}
]

Relationship attribute remove and added. Old documents don't updated
Recommended threads
- session cookie not saving
it appears with my app hosted on Cloudflare worker pages, when i try to login it does not save the session cookie. however it saves in on localhost and no probl...
- Installation with Docker and Extra Servi...
See: https://github.com/appwrite/appwrite/issues/10673
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
