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/37518349b993250c6d444c8112f78a870a0e7756/gulpFile.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/gulpFile.js

8 lines
164 B

var phantom = require('./frontend/gulp/helpers/phantom');
if (phantom) {
require('./frontend/gulp/gulpFile.js');
} else {
require('./gulp/gulpFile.js');
}