Hello, I was trying to create a document from my front-end after update to 1.5.4
but I start getting an error: Invalid document structure: Attribute "tags['0']" has invalid type. Value must be a valid string and no longer than 30 chars
Then I try to create same document but on Appwrite console, and I'm getting same error, any idea?
did you run the migrate command after upgrading?
I did nuke the database (im in dev enviroment) and created all again using SDK, but stills doesnt work.
Right now I'm doing some tests, and I have noticed, that if the Array attribute is the last one of the collection, it works, but if the Array attribute is not the last, then I get the error Invalid document structure: Attribute "tags['0']" has invalid type.
i tried with these and it worked 🧐
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...