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
yes, you need to assign openid management permissions to users/roles
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
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",
}
}