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

4 lines
88 B

const nxPreset = require('@nx/jest/preset').default;
module.exports = { ...nxPreset };