Hey there, im gonna attach a Video to make it easier to understand.
I have a Relationship with another Collection for these Images. The images themselves have an imageID and a relationship to another column.
Whenever im in images and press anywhere near the relationship, i get taken to the collection of the relationship and NOT the one im technically pressing.
If i wanna see the data of the document, i got to press on the FAR RIGHT side, otherwise it just leads me to another collection. Going back is gonna result in not being in images but in the other collection. its somewhat.. unintuitive and probably a bug?
i pressed it slower just to showcase it more. didnt realize i was pressing the buttons so fast there
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...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- 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...