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