JsReport in Docker not display footer
问题 I'm using JsReport on .net Core 2.1 As I uploaded it to Azure, it needed to run separately in a Docker container. https://jsreport.net/learn/dotnet-local#azure-web-apps however the Footer that showed the pages no longer works. <div>Page<span class="pageNumber"></span> of <span class="totalPages"></span></div> From what I saw, I need to configure this on the server (JsReport Studio), but in this case I just want the footer, since I couldn't store the skeleton of the page, etc. Is there any