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

8 lines
119 B

{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}