Activities of "liangshiwei"

Answer

Hi,

I can't see anything error in your logs. can I check it remotely? shiwei.liang@volosoft.com

Sorry, but I want say, please share the API Host application logs, the logs you provided is not useful.

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

  1. As you have asked to add following in BlazorHostModule

You need to install these packages : )

  1. You have asked to create this function below in HostMenuContributor
private void ConfigureMenu(ServiceConfigurationContext context)
{
    Configure<AbpNavigationOptions>(options =>
    {
        options.MenuContributors.Add(new ProductModuleHostMenuContributor(context.Services.GetConfiguration()));
    });
}
  1. When we add dependencies in Identity module , the for following dependencies it throw error

Same with 1

For now, try:

public override void PostConfigureServices(ServiceConfigurationContext context)
{
    Configure<RazorPagesOptions>(options =>
    {
        options.Conventions.RemoveAll(x =>
        {
            if (x == null)
            {
                return false;
            }
            var type = x.GetType();

            if (type.Name != "PageApplicationModelConvention")
            {
                return false;
            }

            return type.GetField("_path", BindingFlags.NonPublic | BindingFlags.Instance).GetValue(x)
                .As<string>() == "/SettingManagement/Index";
        });
    });
}

This is a bug, I will fixed it. by the way, ticket refunded : )

I can't get your point, you want the IssuerUri to change with the tenant, right?

Answer

Please share the error log, thanks.

Hi,

I mean the application error log : ).

Thanks. I will check it out.

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