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

4 lines
100 B

const { getJestProjects } = require('@nrwl/jest');
export default { projects: getJestProjects() };