
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 errors migrating to cloud
Project will not migrate compeltely
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
