Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/50718ae94e1be697a3b815c6b64cf09a28347293/UI/Form/TextboxTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/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>