Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/1c4a687854ca61c677f6261e79d91cd3e98d7a7c/UI/Logs/Files/ContentsViewTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Logs/Files/ContentsViewTemplate.html

11 lines
187 B

<div class="row">
<div class="span12">
<h3>{{filename}}</h3>
</div>
</div>
<div class="row">
<div class="span12">
<pre>{{contents}}</pre>
</div>
</div>