Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/375f887539f84d5a559971bd39637f6b1d4cb01a/UI/Shared/NotificationTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Shared/NotificationTemplate.html

10 lines
292 B

<div class="alert alert-{{level}}">
<button type="button" class="close x-close icon-remove-sign"></button>
<i class="{{iconClass}}" /><strong>{{title}}</strong>
{{#if isPreFormatted}}
<pre>{{{preFormattedMessage}}}</pre>
{{else}}
{{message}}
{{/if}}
</div>