Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/3f85104d186d698103267e8d240f88bdb406cc4b/UI/Form/TextboxTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Form/TextboxTemplate.html

13 lines
372 B

<div class="control-group">
<label class="control-label">{{label}}</label>
<div class="controls">
<input type="text" name="fields.{{order}}.value" spellcheck="false"/>
{{#if helpText}}
<span class="help-inline">
<i class="icon-question-sign" title="{{helpText}}"/>
</span>
{{/if}}
</div>
</div>