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/8ba29fde949288c7987b1afd123042a08e61a22e/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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<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>