Activities of "liangshiwei"

Hi,

We will fix it https://github.com/abpframework/abp/issues/21479

Hi,

could you please share the full logs

Hi,

It's very strange, could you please share a test project with me? I will check it. shiwei.liang@volosoft.com

Hi,

Sorry, Unfortunately, it is still not complete. Can I check it remotely?

Answer

yes, you need to assign openid management permissions to users/roles

Hi,

I guess this is related to your project dependencies.

First your project TargetFramework is net8.0, but still using the 7.x version of the ABP package

And Abp.AspNetCore is the old ABP package, you should not use it.

you can try fix them first.

It works for me.

Sorry, I provided the wrong direction.

Should override the AspNetCoreApiDescriptionModelProvider https://github.com/abpframework/abp/blob/e13e8a1c6e2df40c34d347b182bb92800503df11/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AspNetCoreApiDescriptionModelProvider.cs#L24

Answer

You need to add App.razor and configure it

updated .net 7 to .net 8

Hi, you need to upgrade your NPM packages, too.

Remove yarn.lock and restore pacakges

package.json:
{
    "version": "1.0.0",
    "name": "my-app",
    "private": true,
    "dependencies": {
    "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~3.3.4",
    "@volo/saas": "~8.3.4",
    "@volo/audit-logging": ~8.3.4",
    "@volo/identity": ~8.3.4",
    "@volo/account": ~8.3.4",
    "@volo/language-management": ~8.3.4",
    "@abp/aspnetcore.mvc.ui.theme.basic": ~8.3.4",
    "@abp/docs": ~8.3.4",
}
}
Showing 481 to 490 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