Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/c519195ce384c3c6d8b659b364bcd0f36782afb7/UI/Series/Index/EmptyTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Series/Index/EmptyTemplate.html

13 lines
354 B

<div class="row">
<div class="well span11">
<i class="icon-comment"/>
You must be new around here, You should add some series.
</div>
</div>
<div class="row span3 offset4">
<a href="/addseries" class='btn btn-large btn-block btn-success x-add-series'>
<i class='icon-nd-add'></i>
Add Series
</a>
</div>