Closed
Description
Symfony version(s) affected: 5.0.7
Description
I just updated from 5.0.6 to 5.0.7 and now I'm running into this Exception after Log in. That happens only when in dev environment. It also does not happen if the access control lists only one role.
For example, when
- { path: "^/admin/", roles: [ROLE_ADMIN, ROLE_PROJECTMANAGER, ROLE_ASSISTANT, ROLE_ACCOUNTANT] }
- { path: "^/kunden/", roles: [ROLE_CLIENT] }
everything's fine for clients, but not for admins