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

11 lines
222 B

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