Activities of "maliming"

hi

I guess your blazor app is Blazor Server.

  1. You should add CurrentUserTenantResolveContributor in all projects.

options.TenantResolvers.Insert(0, new CurrentUserTenantResolveContributor());

2.

What I expect to Happen: User visits tenant.uat.domain.io Application validates Tenant on Blazor app and directs to Account/Login on Auth Server Auth Server validates Tenant without using subdomain (limiting this to just point to auth.uat.domain.io) If no Subdomain or tenant resolved assume host If tenant resolved on blazor side from subdomain, then use that tenant for logging in as well via querystring or other methods of sharing.

2.1 Does your tenant work on a Blazor project?

2.2

directs to Account/Login on Auth Server

Auth Server can't know your current tenant of Blazor, which means you need to pass tenant info to Auth Server. eg: auth.uat.domain.io?__tenant=tenant1

  1. Once you log in to the Auth Server. The current tenant of AuthServer will not change. because of CurrentUserTenantResolveContributor

Thanks.

hi

Can you try to remove yarn.lock and package-lock.json files, then re-run the abp install-libs command?

Then you can check the JS and CSS files under the wwwroot/libs folder.

Thanks.

hi @viswajwalith

Is https://localhost:44321/ an Identity Server website? Does it contain the AddIdentityServer ?

Are you signed in by external login?

Thanks

Yes, I have fixed it, It will be available in next 9.2 patch version.

hi

this image logo went up automatically

Add below styles to your <a class="navbar-brand" href="/" alt="AMS" style="

You can change the size.

    position: static;
    display: block;
    width: 400px;
    height: 275px;
    margin: 0px;
    margin-left: -38px;
}

This model not closing after selecting "YES"

Change your JS code to close the model after the callback event. I have no idea about this.

hi

Can you share the image that you expected?

What is your code that adds these two menus?

Please set an id for your setting eg: Volo.Abp.Account is the id

 context.Groups.Add(
            new SettingComponentGroup(
                "Volo.Abp.Account",
                l["Menu:Account"],
                typeof(AccountAdminSettingManagementComponent)
            )
        );

hi

Add justify-content: space-between; to navbarToolbar

<div class="collapse navbar-collapse d-lg-block toolbar-nav-wrapper" id="navbarToolbar" style="justify-content: space-between;">

Remove mt-5 from <div aria-labelledby="dropdownMenuUser" class="dropdown-menu dropdown-menu-end show" data-bs-popper="static">

hi

I'm having trouble understanding the style issue based on the screenshot.

Can you publish it online? Then I can check the style.

Thanks.

Showing 941 to 950 of 10666 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 15, 2025, 10:51