Activities of "maliming"

The StaticPermissionDefinitionStore is ISingletonDependency You can inject it and use it anywhere. Use your logic to control PermissionDefinitions

hi

You can troubleshoot by creating a new template project and deploying it to the production environment to see if the problem exists.

If the problem doesn't exist,please compare the code or share your project with me.

Thanks

hi

Let me check the issue remotely. Please send a mail. liming.ma@volosoft.com

I think these code are fine. : )

hi

The MultiTenancyMiddlewareErrorPageBuilder is used to handle inactive and non-existent tenants.

It will respond to an error page by default, you can change it if you want, eg: only output the error log and continue ASP NET Core's request pipeline.

Configure<AbpAspNetCoreMultiTenancyOptions>(options =>
{
    options.MultiTenancyMiddlewareErrorPageBuilder = async (context, exception) =>
    {
        // Handle the exception.

        // Return true to stop the pipeline, false to continue.
        return true;
    };
});

hi

You can add a cookies authentication to your HttpApi.Host project.

https://support.abp.io/QA/Questions/5733#answer-3a0db883-c466-1f48-be6b-ec834293db61

I sent the project

thanhlg@xxxx.com.vn

Thanks. I am checking right now.

featureManager.GetOrNullForTenantAsync will works.

hi

Refresh page will delete the tenant cookies as well.

Showing 6271 to 6280 of 11544 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.