Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/a9dab90db127e9bb25abbbfdc1cfc15c35f6cd70
You should set ROOT_URL correctly, otherwise the web may not work correctly.
// Disabled the annoying "prompt: " prefix and removes colours
@ -294,7 +295,7 @@ function doSetup() {
// Verify information is correct
.then(()=>log
.blank()
.info('Please verify your information','\n'.concat(Object.entries(results).map(([setting,value])=>`${' '}${getChalk().dim.gray('-->')}${getChalk().bold.white(`${setting}:`)}${getChalk().white(value)}`).join('\n')))
.info('Please verify your information','\n'.concat(Object.entries(results).map(([setting,value])=>`${' '}${chalk.dim.gray('-->')}${chalk.bold.white(`${setting}:`)}${chalk.white(value)}`).join('\n')))