Hi,
So I created 2 collections, “Catégories” and “Sous-catégories”, there’s a relation between them “One Categorie-Many Sous-catégories”, i added a relation Many to Many between users and sous catégories collection (also with catégories). So in a first page they have to select a catégorie in a list, it links to another page when you have to select a sous-catégorie in a Current Catégorie>Sous-catégorie list. I also added a button where it should update User and add current sous-catégorie. But when I select a sous-catégorie and click on the button it says Unauthorized. I tried delete collection and create again, change relation, delete component and replace.
Does someone has a solution ?