
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
- Server error 500 in appwrite 1.8.0jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava... 
- Email templates partially broken in non-...Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a... 
- Query.contains not supported on Cloud?I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"... 
