Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/698093cbb99080b6113072c7eed61c68b2fb3fe4/gulp/pipelines/gulp-bom.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/gulp/pipelines/gulp-bom.js

4 lines
105 B

var replace = require('gulp-replace');
module.exports = function() {
return replace(/^\uFEFF/, '');
};