Hangfire.MySqlStorage icon indicating copy to clipboard operation
Hangfire.MySqlStorage copied to clipboard

Blank pages in hangfire dashboard with mysql v8

Open scottishsmile opened this issue 11 months ago • 1 comments

Hi,

I am using .Net 7 and Mysql 8.0 I have found several blank pages (just a white page with a 500 server error). The localhost/hangfire dashboard loads but if I go to my recurring job page that has 1 job, it is blank. There is a HTTP 500 error reported.

Does Hangfire.MySqlStorage support mySql v8 or just older versions?

I can get hangfire to work perfectly if I swap the driver out for the SQLite driver.

Thanks.

scottishsmile avatar Sep 01 '23 06:09 scottishsmile