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/5714f1c913b0aab0cc51b27cfa9772cfe926123b/frontend/gulp/gulpFile.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/frontend/gulp/gulpFile.js

6 lines
116 B

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