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

9 lines
260 B

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