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?
Hi,
I will check it and your ticket refunded.
Issue 2
https://github.com/abpframework/abp/pull/15664