Base solution for your next web application
Open Closed

App.DashboardCustomization.Configuration.Angular.TenantDashboard Error (Angular+.NET CORE) #11641


User avatar
0
pliaspzero created

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, Nullable1 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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    pliaspzero created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.