Activities of "liangshiwei"

I guess your app services return type or DTO property is Type

AbpApplicationConfigurationAppService is open source, you can override it to debug.

https://github.com/abpframework/abp/blob/97c72cd617f1ba01b0205ba60679c02dc71a0ca4/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApplicationConfigurations/AbpApplicationConfigurationAppService.cs#L27

Hi,

you can try delete yarn.lock file and run abp install-libs

could you share a test project? I will check it.shiwei.liang@volosoft.com

https://abp.io/support/questions/8373/Question#answer-3a167ebb-b85e-4819-4443-3b83f23f6526

Hi,

Could you please share a test project with me, I will check it. shiwei.liang@volosoft.com

Hi,

It's a known issue, try this: sudo open /Applications/ABP\ Studio.app

Your ticket was refunded.

if you are using ABP studio, it's very easy to override the page.

you can check the video to know how to do it. https://www.youtube.com/watch?v=uYTbGLtxdUE&t=2394s

I want to override the login page, but I don't have the source code for the commercial version. Where can I obtain the commercial version source code? For example, something like this:

you can get the source code via CLI abp get-source ...

Here a CLI command to list all modules

abp list-modules

Additionally, I want to display tenant information in the user login section. Which page should I override? Something similar to the example shown below.

You can add a toolbar to display the current tenant; you don't need to override any page. https://abp.io/docs/latest/framework/ui/mvc-razor-pages/toolbars

Hi,

I think you just copied part of the project, not all. That's why I can't build it.

And the shared file hasn't been updated.

Hi,

You can try to add those packages to Blazor project.

<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.4.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.4.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.4.0" />
Showing 511 to 520 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 November 07, 2025, 08:20