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