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/6ee61213172a90b4afaa85c91538902b3b8481f6/jest.config.ts You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/jest.config.ts

4 lines
128 B

const { getJestProjectsAsync } = require('@nx/jest');
export default async () => ({ projects: await getJestProjectsAsync() });