maliming
maliming
Will be fixed by https://github.com/abpframework/abp/pull/20181
hi Steps needed to reproduce the problem.
hi Your image doesn't load.
hi Are there any logs on the `logs.txt` file? You can also output the `stdoutLog`. https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/logging-and-diagnostics?view=aspnetcore-8.0
> I bumped into it in ABP 7.4.0 commercial: `Unhandled exception rendering component: Forbidden Volo.Abp.Http.Client.AbpRemoteCallException` Please check the logs of the backend app, and create a new issue. Thanks.
hi Can you try to use `yarn`? And the 0.9.2 is out of date. https://www.npmjs.com/package/@abp/ng.permission-management?activeTab=versions
hi @skoc10 Do you think this is possible?
hi You can update your properties of entity by raw SQL.
hi You can try to override the `IMenuManager` service to maintain the menus. The menu's component will refresh the menu on the `Changed` event of `ApplicationConfigurationChangedService`. https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/MenuManager.cs#L14 https://github.com/abpframework/abp/blob/dev/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/NavMenu.razor.cs#L24
hi Can you upload your test project to GitHub? Thanks