Activities of "maliming"

Thanks. I have fixed it on the Create page. : )

hi

I think it will be released within two weeks.

You can override the EditUser page. If you need the page source code, You can send an email liming.ma@volosoft.com

Thanks.

hi

I can successfully create and update an ActionItem with the host admin credentials but I get the above 401 not authorized when calling the GET endpoint.

There must be an error with the token passed using the GET method. Your token is fine.

go to Postman and get a token via the TokenService using the host admin id and password. Create an ActionItem. Update and ActionItem. Get the ActionItem.

Can you share these request information (POSTMAN) details?

eg:

Thanks.

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?

Showing 941 to 950 of 10669 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, 12:19