Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/4e29e875ce615168c8dcb4e8eb19c17b489693a9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
1292 additions and
1 deletions
@ -22,7 +22,8 @@ module.exports = function (grunt) {
'UI/JsLibraries/require.js' : 'http://raw.github.com/jrburke/requirejs/master/require.js' ,
'UI/JsLibraries/sugar.js' : 'http://raw.github.com/andrewplummer/Sugar/master/release/sugar-full.development.js' ,
'UI/JsLibraries/underscore.js' : 'http://underscorejs.org/underscore.js' ,
'UI/JsLibraries/backbone-pageable' : 'https://raw.github.com/wyuenho/backbone-pageable/master/lib/backbone-pageable.js'
'UI/JsLibraries/backbone-pageable' : 'https://raw.github.com/wyuenho/backbone-pageable/master/lib/backbone-pageable.js' ,
'UI/JsLibraries/backgrid' : 'https://raw.github.com/wyuenho/backbone-pageable/master/lib/backbone-pageable.js'
} ,
uglify : {
File diff suppressed because it is too large
Load Diff