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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...