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

4 lines
98 B

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