Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/blame/commit/ee62f649c4ec90a55dcc62befa9ee6828c1f9323/apps/client/proxy.conf.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/apps/client/proxy.conf.json

7 lines
79 B

4 years ago
{
"/api": {
"target": "http://localhost:3333",
"secure": false
}
}