When you look at the list of documents contained in a collection : the first time you choose the collection (on the left side of the screen : you select your collection), then the list of documents that appear has the correct IDS displayed. But if then you decided to select another COLLECTION on the left side of screen, then the documents change, but not the DOCUMENT IDS - it remains the list corresponding to the first collection. If you refresh your page, then it corrects the problem. Has anyone noticed the same pb ? Thanks, Sylvain
Known issue: https://github.com/appwrite/appwrite/issues/6497
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...