CripyIceOriginal post
@everyone
I created a database and a collection called "users" and added some attributes to it.
Every attribute I add have "failed" status and I can't create documents.
What am I doing wrong?
Summary
User forgot the migration process which caused the attributes to have a "failed" status and prevented document creation. The solution is to inspect the logs of `appwrite-work-databases`, restart all docker containers, or upgrade Appwrite to version 1.3.3 and run migrations.