mccj/Hangfire.Dashboard.Management

Internal Server Error on Pages with a Job with Custom Parameters

Opened this issue · 0 comments

When I put the Custom Attributes on a method that requires objects from my custom classes, the dashboard throws a Internal Server Exception when trying to acces to the proper page.

Whe I put the Custom Attributes on methods with basic type parameters (string, int, long...) it works.