Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/d6ed475c63e0157df79239694d87ec21e6a98bb5/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/, '');
};