Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/943a05bc0901e7dc2b4295815c92a3d1496f0e94/UI/Shared/Grid/PagerTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Shared/Grid/PagerTemplate.html

12 lines
314 B

<ul>
{{#each handles}}
<li {{#if className}}class="{{className}}"{{/if}}>
{{#if pageNumber}}
<span>{{label}}</span>
{{else}}
<i class="pager-btn clickable {{label}}" data-action="{{action}}"/>
{{/if}}
</li>
{{/each}}
</ul>