It seems that progress circular loading that's shown in overview of running tasks (for each row) doesn't respect PrefixPath defined in dashboard registration. The repeated requests towards hangfire/console/progress is never prefixed.
As in my case, the dashboard is exposed on sub address (https://localhost:6001/application/hangfire...) with PrefixPath defined as application, the progress requests point to https://localhost:6001/hangfire/console/progress
It seems that progress circular loading that's shown in overview of running tasks (for each row) doesn't respect PrefixPath defined in dashboard registration. The repeated requests towards
hangfire/console/progressis never prefixed.As in my case, the dashboard is exposed on sub address (
https://localhost:6001/application/hangfire...) with PrefixPath defined asapplication, the progress requests point tohttps://localhost:6001/hangfire/console/progress