Please observe my video I cant explain it well I am sorry
Relationships are very slow, its taking forever to update the data in database
I dont thinks so, I think there are something going on background of appwrite cloud
Maybe π€
Attributes and indexes pending
I checked in both STAGING PRoject ID: 65765838d35cf883b5f6 and DEV Project ID: 6518b64d1f08d8955b66, but the attribute and indexes are available. Are they still processing?
just woke up and I checked my relationship attribute was still processing, so I did this steps to refresh:
- create new string attributes, then the relationship attribute will become processed (so weird happen but if I create document it gives me server error)
- then delete the relationship attribute so it gives me a waiting status, so I will delete the string attribute I created earlier so that the relationship attribute will deleted also
There are really have bugs on creating attribute
when I creating attributes, the other attributes that still processing it will processed after you create new one
but even the attribute was processed you cant still create document because it gives me a server error
I just created a new collection for testing purpose
the bugs still out there
Even the index is processed
still got a new problem
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...