
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?

Hi - can you please attach a screenshot and networks tab?

How would you like me to attach networks tab? Screenshot? It's very long

For me one of the following solved this kind of problem.
- Inspect the logs of
appwrite-work-databases
- Restarting all docker containers
- Upgrading my Appwrite to 1.3.3 ( Database backup -> upgrade -> run migrations )

Seems that I forgot the migration process.. Thanks a lot!

[SOLVED] Attributes failed status
Recommended threads
- Query timeout on 10 concurrent functions
Hi, I have appwrite 1.7.4 self hosted I have a Node.js function that does several operations: 1. Query a collection to get a document, currently there is a sin...
- -101 Documents in Database
I recently deleted most of the documents in my database. Now the appwrite console says -101 documents, as shown in the screenshot. Seems to be a bug, is this po...
- Migrate IDs
Hi everyone, is it possible to migrate entries with an ID to another ID (like just change the ID of e.g. a database, collection, bucket, etc.)? I could write a ...
