arnoldasgudas / Hangfire.MySqlStorage

MySql storage for Hangfire - fire-and-forget, delayed and recurring tasks runner
GNU Lesser General Public License v3.0
175 stars 114 forks source link

Blank pages in hangfire dashboard with mysql v8 #100

Open scottishsmile opened 1 year ago

scottishsmile commented 1 year ago

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 commented 1 year ago

I just found another similar issue from 2018: https://github.com/arnoldasgudas/Hangfire.MySqlStorage/issues/48

Can I assume this package is no longer supported?