0
fish created
When I call /api/permission-management/permissions (get), there is no value for Options in the CheckProviderPolicy method and an exception message is thrown: (No policy defined to get/set permissions for the provider'{policyName}'. Use {nameof (PermissionManagementOptions)} to map the policy.), how can I make it work
- ABP Framework version: v3.05
- UI type: MVC
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:No policy defined to get/set permissions for the provider '{policyName}'. Use {nameof(PermissionManagementOptions)} to map the policy.~~~~
- Steps to reproduce the issue:
3 Answer(s)
-
0
I will check it out.
-
0
You need add all
AbpPermissionManagementDomain*Module
andApplication.Contract
to your module dependencies -
0
My problem has been solved. Thank you very much!