What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello everyone, i have a problem with the user-roles in the backoffice. I have configured the user r

U01GS2RAPFS
U01GS2RAPFS Posts: 14 🧑🏻‍🚀 - Cadet
edited September 2022 in Help

Hello everyone,
i have a problem with the user-roles in the backoffice. I have configured the user rules via the ACL configuration. The user with the appropriate rule can log in, but then gets an "Access denied". The user can then do everything that I have enabled him. How do I get rid of the "Access denied" after login? Which bundle do I need to allow for the role?

Comments

  • UKEP86J66
    UKEP86J66 Posts: 208 🧑🏻‍🚀 - Cadet

    Quick guess - the main dashboard is rendered by

    Spryker\Zed\Application\Communication\Controller\IndexController
    
  • UKEP86J66
    UKEP86J66 Posts: 208 🧑🏻‍🚀 - Cadet

    So it would be worth checking there is read access to the index action of that controller

  • U01GS2RAPFS
    U01GS2RAPFS Posts: 14 🧑🏻‍🚀 - Cadet

    Thanks, i have tried to allow the application bundle, but i still get the access denied message.