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

9 lines
233 B

<div class="control-group">
<label class="control-label">{{label}}</label>
<div class="controls">
<input type="text" name="fields.{{order}}.value" spellcheck="false"/>
{{> FormHelpPartial}}
</div>
</div>