hi
I guess your blazor app is Blazor Server.
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
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;
}
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?
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.