hello there... I think there's a bug in Appwrite. I created a collection named glasses with several attributes, including one called thumbnailUrl. Today, I decided to rename this attribute to thumbnail. However, Appwrite is now throwing an error. Here's what happened and the error I'm receiving:
[AppwriteException: Invalid document structure: Missing required attribute "thumbnailUrl"] {
name: 'AppwriteException',
code: 400,
type: 'document_invalid_structure',
response: {
message: 'Invalid document structure: Missing required attribute "thumbnailUrl"',
code: 400,
type: 'document_invalid_structure',
version: '1.6.1'
}
}
My glasses collection is empty.
Recommended threads
- appwrite push function (CLI) does not wo...
Hi! I am trying to deploy my function with appwrite CLI. Till today, it worked every time, very well, but because of some reason I am getting this output when u...
- Problem with `appwrite push function` - ...
Hi! I am trying to deploy my function with appwrite CLI. Till today, it worked every time, very well, but because of some reason I am getting this output when u...
- appwrite cloud currently slow response? ...
i have my app Breezer in the app store and since about yesterday it is unusable because everything like loading data is very slow. I'm not sure what is the reas...