Hangfire.Console
Hangfire.Console copied to clipboard
Hangfire.Console was not properly configured
Looks like names of some props have been changed and Hangfire does not play well anymore with the console.
js1890838126382:648 Uncaught Error: Hangfire.Console was not properly configured
at js1890838126382:648:15
at js1890838126382:926:3
...
(function($, hangfire) {
var pollUrl = hangfire.config.consolePollUrl;
var pollInterval = hangfire.config.consolePollInterval;
if (!pollUrl || !pollInterval)
throw new Error("Hangfire.Console was not properly configured");
hangfire.config contains pollUrl not consolePollUrl It works fine with Hangfire.AspNetCore Version=1.8.6 Does not work with 1.8.9
I have same issue.
Property names doesn't match:
@krzysiek-b , it worth to open ticket here as well https://github.com/IdentityStream/Hangfire.Console
Seems like a regression in the Hangfire itself: https://github.com/HangfireIO/Hangfire/issues/2356 The code responsible for initialising those properties is simply not writing anything.
+1
Hi guys, this has been fixed in hangfire 1.8.10 -> https://github.com/HangfireIO/Hangfire/issues/2356