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/8737cb0145e7a4ccbd2c1b6091f85f8ca76a8aac/UI/System/About/ViewTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/System/About/ViewTemplate.html

9 lines
210 B

<dl class="dl-horizontal">
<dt>Version</dt>
<dd>{{version}}</dd>
<dt>AppData directory</dt>
<dd>{{appData}}</dd>
<dt>Startup directory</dt>
<dd>{{startupPath}}</dd>
</dl>