I am running Hangfire on a stateless Service Fabric ASPNET site; the problem I have is the presentation formatting is missing for the log panel (no background color, no padding between timestamp and log text, no progress bar).
I have added the ContinuationJob and SampleJob from the SampleWithSerilog and matched the Serilog LogConfiguration and IServiceCollection setup.
Because of the was I host the web project, I need to specify a prefixpath in UserHangfireDashboard options; I mention this in case my issue is related to a relative path of a CSS.
I am running Hangfire on a stateless Service Fabric ASPNET site; the problem I have is the presentation formatting is missing for the log panel (no background color, no padding between timestamp and log text, no progress bar).
I have added the ContinuationJob and SampleJob from the SampleWithSerilog and matched the Serilog LogConfiguration and IServiceCollection setup.
Because of the was I host the web project, I need to specify a prefixpath in UserHangfireDashboard options; I mention this in case my issue is related to a relative path of a CSS.