
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
- Asymetric Authentication for Appwrite si...
Is there any way to do asymmetric authentication of Appwrite users on the server side without making a network call? This can result in a huge reduction in late...
- Registering new flutter app
Hi, ive got an already build flutter app which works in development with appwrite. but with the built version i get an error that the client is not registered. ...
- Relationship opt-in?
Hi! I'm trying to understand opt-in relationship population. I'm listing rows as follows: `(...).listRows({ databaseId: this.databaseId, tableId: this.tableId, ...
