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/c01f9826987a7124dd8e8e5b045ce26ed9dfc5c3/NzbDrone.Web/_backboneApp/Shared/NotificationTemplate.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone.Web/_backboneApp/Shared/NotificationTemplate.html

10 lines
266 B

<div class="alert alert-{{level}}">
<button type="button" class="close x-close">×</button>
<i class="{{iconClass}}" /><strong>{{title}}</strong>
{{#if preFormatted}}
<pre> {{message}}</pre>
{{else}}
{{message}}
{{/if}}
</div>