hi
Please share HrCountry/HrCountryDto and HrMailCountry/HrMailCountryDto code
I will check the mapper.
Thanks.
hi
The extension methods exist https://github.com/abpframework/abp/blob/rel-8.3/framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/Permissions/PermissionSimpleStateCheckerExtensions.cs#L8-L55
Can you using Volo.Abp.Authorization.Permissions;?
Thanks.
hi
Add or update all permissions present in the new seed data set (insert/update)
You can inject the IPermissionGrantRepository to add new permissions.
See https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/PermissionDataSeeder.cs
Delete obsolete permissions from the database—meaning, any permission record that existed previously but is no longer defined in the current seed set should be removed automatically.
You can inject the IPermissionManager to delete permissions from the database.
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/IPermissionManager.cs
Thanks.
hi
The AuthServer returns the The specified client credentials are invalid. error.
Can you check the credentials of the reqeust?
Thanks.
[INF] Received HTTP response headers after 1050.7501ms - 401
[INF] End processing HTTP request after 1050.9061ms - 401
[ERR] Unexpected error while fetching editions from SiteHost.
System.Exception: Failed to get token from DepartmentHost. Status: Unauthorized, Error: {
"error": "invalid_client",
"error_description": "The specified client credentials are invalid.",
"error_uri": "https://documentation.openiddict.com/errors/ID2055"
}
at Hon.IFS.PlatformHost.Services.Integrations.TenantHostService.GetJwtTokenAsync(TenantType tenantType) in /home/runner/work/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Services/Integrations/TenantHostService.cs:line 117
at Hon.IFS.PlatformHost.Services.Integrations.TenantHostService.GetAllHostEditionsAsync(TenantType tenantType) in /home/runner/work/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Services/Integrations/TenantHostService.cs:line 525
2026-01-23 20:42:50.708 +00:00 [ERR] Error retrieving editions.
Volo.Abp.UserFriendlyException: Unexpected error: Failed to get token from DepartmentHost. Status: Unauthorized, Error: {
"error": "invalid_client",
"error_description": "The specified client credentials are invalid.",
"error_uri": "https://documentation.openiddict.com/errors/ID2055"
}
hi
Didn't receive it. Do you share all the Logts.txt files for all apps?
You can share it by https://wetransfer.com/
liming.ma@volosoft.com
Thanks.
hi
Can you also share all applications' logs.txt?
The HAR file shows 403 with a custom response.
{
"error": {
"code": null,
"message": "Failed to retrieve editions.",
"details": null,
"data": {},
"validationErrors": null
}
}
Thanks.
hi
If the API website cannot get the OpenID Connect metadata from AuthServer website, the validation will fail. You may see the error IDX10204, the full exception message is: IDX10204: Unable to validate issuer. validationParameters.ValidIssuer is null or whitespace AND validationParameters.ValidIssuers is null or empty.
see more info: https://abp.io/community/articles/common-errors-in-jwt-bearer-authentication-4u3wrbs5
hi
Can you share the full error detail?
Thanks
hi
If you use the abp package version 8.3.x, the lepton theme package should be 3.3.x
Thanks.
hi
No CMS Kit module appears in the UI There is no admin UI for managing blogs, pages, or menus Public website functionality is not available
These features need to wait for Angular support.
We will add the Angular CMS Kit pro implementation feature in abp 10.2 version.
Thanks.