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/aa75b3d3312ee18e8604ef024a3d86d8153d1e39/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/, '');
};