ŞafakOriginal post
Rank 1: Thread
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
Summary
Developers added and then removed the "blogCategory" attribute and added "blogCategory2" in the structure. Old records cannot be updated now due to the attribute name change. The issue may be related to caching and can be resolved by clearing the cache or restarting the server.