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

12 lines
359 B

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