We have the UseHangfireDashboard setup in a separate web app from our worker(s).
Everything is working fine except that for our recurring jobs, checking the box and clicking ‘Trigger Now’ does nothing.
If I add UseHangfireDashboard to the worker, it triggers fine. Only a problem if the dashboard is running in a separate process.
The worker and dashboard apps reference the same shared assembly with all the job types, and all job names are correctly displayed in the dashboard.
Is there a workaround for this? (Besides the one we are planning - writing our own UI for manually triggered our recurring jobs…)