Activities of "liangshiwei"

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;
});

Hi,

Can you clarify one more thing tha with the existing framework same user can be in two tenants

It's not possible. tenant data is isolated.

we can list all the tenants for the user and switch between them

ABP determines the current tenant with the current user's tenant id as the first option. So I suggest you add a custom cookie tenant resolver as a first option, in this way, ABP ignores the current user's tenant id for the purpose of dynamic tenant switching.

https://abp.io/docs/latest/framework/architecture/multi-tenancy#determining-the-current-tenant

Showing 321 to 330 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20