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/b07bc713bb8574f8d7672c797360c66ff1f68817/UI/Form/FormHelpPartial.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Prowlarr/UI/Form/FormHelpPartial.html

11 lines
278 B

{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/>
</span>
{{/if}}
{{#if helpLink}}
<span class="help-inline">
<a href="{{helpLink}}" class="help-link"><i class="icon-info-sign"/></a>
</span>
{{/if}}