Activities of "liangshiwei"

Hi,

Can you share some screenshots? thanks.

Hi,

You can try this:

public override void OnApplicationInitialization(ApplicationInitializationContext context)
{
    var env = context.GetEnvironment();
    var app = context.GetApplicationBuilder();

    app.UseCookiePolicy(new CookiePolicyOptions()
    {
        OnAppendCookie = cookieContext =>
        {
            if (cookieContext.CookieName == CookieRequestCultureProvider.DefaultCookieName)
            {
                cookieContext.CookieOptions.Secure = true;
            }
            
        }
    });
    
    ........
 }

Hi,

Could you share a minimal reproducible example? shiwei.liang@volosoft.com thanks.

Hi,

also not respecting the top menu layout, going directly into side menu."

The Blazor server uses the Account MVC UI.

You also need to add the following code:

Configure<LeptonXThemeMvcOptions>(options =>
{
    options.ApplicationLayout = LeptonXMvcLayouts.TopMenu;
});

see in the user menu two entries with my account, each of them navigating to different page

It's a problem. The Suite should not install package Volo.Abp.Account.Pro.Public.Blazor.Server.

Please remove [DependsOn(typeof(AbpAccountPublicBlazorModule))] from the BlazorModule.

Your ticket has been refunded.

Hi,

Ok, I will check it.

Hi,

Sorry, but I could not understand why there is a 7.2.0-rc package here. Is this generated by ABP CLI or Suite?

I can't reproduce the problem, could you provide the full steps to reproduce it? thanks.

Hi,

I will check it and your ticket refunded.

ok

Issue 2

https://github.com/abpframework/abp/pull/15664

Showing 4091 to 4100 of 6693 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.