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/1ec5fd12fef268a836f913942b2b70fdd2c32c49/apps/client/proxy.conf.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/apps/client/proxy.conf.json

15 lines
239 B

{
"/api": {
"target": "http://localhost:3333",
"secure": false
},
"/assets": {
"target": "http://localhost:3333",
"secure": false
},
"/ionicons": {
"target": "http://localhost:3333",
"secure": false
}
}