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/436f791fa44f8000f81feff55def18028ea04454/apps/client-e2e/tsconfig.e2e.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"outDir": "../../dist/out-tsc",
|
|
"allowJs": true,
|
|
"types": ["cypress", "node"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js"]
|
|
}
|