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/7ea906185219f608473a1737894fbb0278a75c39/apps/api/tsconfig.app.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/apps/api/tsconfig.app.json

12 lines
271 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"],
"emitDecoratorMetadata": true,
"target": "es2021"
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"],
"include": ["**/*.ts"]
}