Hi,
Does the AbpAntiForgeryOptions work in a new project but not yours?
Could you share a test project with me, I will check it. shiwei.liang@volosoft.com
Hi,
You can consider this https://stackoverflow.com/questions/78484369/when-my-auth-guard-is-called-it-renders-the-login-page-for-a-brief-moment-when-r
No, please configure the AbpAntiForgeryOptions
Hi,
Sorry, I don't quite understand.
If you want to get audit logging, you can inject IAuditLogsAppService or IAuditLogRepository
See https://abp.io/support/questions/4603/AntiforgeryValidationException-while-trying-to-enter-SettingManagement#answer-3a09a7dc-d4bf-0b46-862a-cb116f0bf123
Hi:
Enable cms feature, and assign the permissions to the role.
Here is a similar question, can you share your code
https://abp.io/support/questions/2803/VoloAbpHttpClientAbpRemoteCallException-Unsupported-Media-Type
This seems a problem with JSON, could you share a test applicationInsightsConnectionString with me , I will check it.
My email is shiwei.liang@volosoft.com
Hi,
You don't need wwwroot folder, the swagger files are already provided by Volo.Abp.Swashbuckle package.
if you want to keep it, you can disable the libs check.
Configure<AbpMvcLibsOptions>(options =>
{
options.CheckLibs = false;
});