Following this tutorial: https://www.youtube.com/watch?v=_W3R2VwRyF4 Steps to reproduce:
- Create database
- Create three collections: "Users", "Posts", "Saves"
- On Posts, Add Attribute Relationship
- Select Two Way Relationship // Issues:
- List of related collections does not load.
- Tried typing "Users" to prompt, on pressing enter produced above error.
- After a while, noticed I could scroll on the modal, there were some displaced elements on the screen, clicked them, it was the collections, on select everything run smoothly...
interesting....what OS and browser do you have (including versions)?
I am using Ubuntu 22.04.3 LTS, Firefox Developer Edition, 120.0b5
firefox developer edition...perhaps there's a bug in that version
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...