abp
abp copied to clipboard
Volo.Abp.BackgroundJobs.Hangfire .net10 doesn't work
Is there an existing issue for this?
- [x] I have searched the existing issues
Description
Hi, after upgrading abp app to .net10 the hangfire stopped working. It's not possible to access /hangfire dashobard.
Reproduction Steps
Configure Hangfire Dashboard with ABP authorization
app.UseAbpHangfireDashboard("/hangfire", options =>
{
options.AsyncAuthorization = new[] {
new AbpHangfireAuthorizationFilter(requiredPermissionName: "Test.Hangfire.Dashboard")
};
options.DisplayStorageConnectionString = false;
options.DashboardTitle = "Omnilinker Background Jobs";
});
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
10.0.0-rc.3
User Interface
Blazor
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
No response
Can you share a project?
@maliming I've sent you an invite as a collaborato
hi @jacekmichalski
Can you add test code to a new ABP template project?
Thanks.