Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/blame/commit/ba765b9de669429079da38df769bed728dbd626d/jest.config.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/jest.config.js

4 lines
102 B

const { getJestProjects } = require('@nrwl/jest');
module.exports = { projects: getJestProjects() };