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