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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...