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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...