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/e5b5a9e7e995d90c33103c1acdcca4bf44871bc8/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() };