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/bc3535946c39c7070ec9911070ad13eed0552856/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 };