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.
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.