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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...