79537608

Date: 2025-03-27 01:14:22
Score: 1.5
Natty:
Report link

This occurs when the url passed as part of --header-html or --footer-html is unreachable. E.g. --header-html http://0.0.0.0/ will always crash with this error.

In my case, I found out the hard way that the C# helper method controller.Url.Action is not thread safe and the urls I was passing to rotativa sometimes looked like this:

https://localhost:44387/https://localhost:44387/ReportHeaders/Header?key=123

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: DKATyler