Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/923fcd8b950c5377282fee77900c0c56e3bef742/frontend/gulp/gulpFile.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/frontend/gulp/gulpFile.js

9 lines
191 B

require('./build.js');
require('./clean.js');
require('./copy.js');
require('./imageMin.js');
require('./start.js');
require('./stripBom.js');
require('./watch.js');
require('./webpack.js');