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/982c71c72863af82d83d86c020b8515f846b492c/apps/ui-e2e/tsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/apps/ui-e2e/tsconfig.json

11 lines
231 B

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"sourceMap": false,
"outDir": "../../dist/out-tsc",
"allowJs": true,
"types": ["cypress", "node"]
},
"include": ["src/**/*.ts", "src/**/*.js"]
}