hi
I can share the source code of the Impersonate classes.
You can debug it in your local.
Send the class name to liming.ma@volosoft.com
hi
Can you share a project?
liming.ma@volosoft.com
hi
Sorry, There's nothing I can do about it because your code can't read the file.
https://github.com/abpframework/abp/pull/18833
hi
[ERR] An unhandled exception has occurred while executing the request. Volo.Abp.AbpException: Could not find file '/libs/abp/core/abp.css'
we deployed our angular abp application to azure
Please run abp install-libs command to restore the resources to wwwroot and then copy the wwwroot to Azure,
It's weird.
Can you debug the app and inject the IOptions<AbpAccountOptions to see its values?
hi
The log says : Require AbpIdentity.Users permission to impersonate user!",
What's your ImpersonationUserPermission value?
Eg:
context.Services.Configure<AbpAccountOptions>(options =>
{
//For impersonation in Saas module
options.TenantAdminUserName = "admin";
options.ImpersonationTenantPermission = SaasHostPermissions.Tenants.Impersonation;
//For impersonation in Identity module
options.ImpersonationUserPermission = IdentityPermissions.Users.Impersonation;
});
hi
I will confirm this problem. Your question credit has been refunded.
hi
I think you can use Hangfire API and its job class directly instead of ABP's AsyncBackgroundJob