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
- New attribute stuck on processing?
I was running out of disk space and after creating an attribute and restarting my appwrite (self hosted) I have an attribute stuck on creation. Any way to remov...
- Bug: When creating a table, table name i...
I created a table with a typo. my_taable .... then my code couldn't find it. i updated table name and still couldn't find it. the table name doesn't update. i h...
- unexpected row_invalid_structure error
In images you can see both my code,error, column schema I do have timezone in table schema but still while creating a row i am receving row_invalid_structure e...