Hi,
with 12.0 new version we et following error - any hints?
Abp.AbpException: There is no setting defined with name: App.DashboardCustomization.Configuration.Angular.TenantDashboard
at Abp.Configuration.SettingDefinitionManager.GetSettingDefinition(String name)
at Abp.Configuration.SettingManager.GetSettingValueInternalAsync(String name, Nullable1 tenantId, Nullable
1 userId, Boolean fallbackToDefault)
at WFMOne.DashboardCustomization.DashboardCustomizationAppService.GetDashboardWithAuthorizedWidgets(String application, String dashboardName)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Aw
3 Answer(s)
-
0
Hi,
I think you have updated your existing solution to a newer version. We have splitted Dashboard settings in this issue https://github.com/aspnetzero/aspnet-zero-core/issues/4275.
You can either delete settings in AbpSettings table related to Dashboard or you can manually split your settings. I think deleting settings would be easier.
-
0
Hi, delete settings in AbpSettings table related to Dashboard -> did that - didnt't help
We upgraded from 10 to 12 version.
So how to fix that?
Thanks
-
0
Hi,
Is it possible to access your project ? Seeing the problem on your project could help us to understand the problem. There might be a problem while updating your solution.