Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/772ab3c92132196b63b15c92a262acc0bcce228f/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>