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
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...