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

9 lines
152 B

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