abp icon indicating copy to clipboard operation
abp copied to clipboard

Volo.Abp.BackgroundJobs.Hangfire .net10 doesn't work

Open jacekmichalski opened this issue 1 month ago • 3 comments

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

jacekmichalski avatar Nov 15 '25 16:11 jacekmichalski

Can you share a project?

maliming avatar Nov 15 '25 22:11 maliming

@maliming I've sent you an invite as a collaborato

jacekmichalski avatar Nov 17 '25 11:11 jacekmichalski

hi @jacekmichalski

Can you add test code to a new ABP template project?

Thanks.

maliming avatar Nov 17 '25 12:11 maliming