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
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...