hi
I can't reproduce this, Can you try with a new template project?
hi
data is getting saved in host db only.
What's your insert code?
hi
This error seems not related to ABP.
Can you share full error stack and you PageContributor code?
hi
https://docs.abp.io/en/abp/latest/Audit-Logging#entity-history-selectors
btw, the audit may not work very well in Blazor Server https://github.com/abpframework/abp/issues/11682#issuecomment-1066064249
hi
It will be fixed in 5.3.3.
see https://support.abp.io/QA/Questions/3404#answer-5bd6d8f3-7f01-53fa-6050-3a05049ffeee
hi otee@urvin.finance and scott7106
Can you share a project to reproduce the issue? liming.ma@volosoft.com
Maybe in one to two weeks, you can download the source code to customize the file-management module.
hi
Here's another way:
Update the MyCompanyName.MyProjectName.Web.Public\Pages\_ViewStart.cshtml and using the GetApplicationLayout
@using Volo.Abp.AspNetCore.Mvc.UI.Theming
@inject IThemeManager ThemeManager
@{
Layout = ThemeManager.CurrentTheme.GetApplicationLayout(); //GetPublicLayout
}
hi
You can leave your questions here.