Activities of "liangshiwei"

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",
}
}

I recommend you use this way

https://abp.io/support/questions/8278/SSO-login-like-external-provider?CurrentPage=2#answer-3a165604-fc15-d610-4209-c7feabff1848

Showing 481 to 490 of 6692 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 12, 2025, 10:20