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/af2c86e40ad9a719ea87035295c93b58f7ee2a8c/NzbDrone.Web/Scripts/backbone/bootstrapper.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone.Web/Scripts/backbone/bootstrapper.js

7 lines
185 B

13 years ago
$(function () {
// Legacy support for templating
utils.loadTemplate(['QualityProfilesView', 'QualityProfileView'],
function () {
NzbDrone.App.start();
});
});