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/3a35d72ec21114f603690485e9d417a0e74f3a0b/libs/common/tsconfig.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/libs/common/tsconfig.json

14 lines
197 B

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}