Activities of "liangshiwei"

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

The cookie is still under secure.

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

Answer

Hi:

Enable cms feature, and assign the permissions to the role.

  • https://abp.io/docs/latest/modules/cms-kit
  • https://abp.io/docs/latest/modules/cms-kit-pro

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;
});
Showing 321 to 330 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41