Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/6ecf66ea2a9f199c56e7e25bc9daac7fe561695c You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/44/head
Thomas 4 years ago
parent 65ba16c07c
commit 6ecf66ea2a

@ -36,6 +36,8 @@ export class ExperimentalService {
const ordersWithPlatform: OrderWithPlatform[] = aOrders.map((order) => {
return {
...order,
accountId: undefined,
accountUserId: undefined,
createdAt: new Date(),
date: parseISO(order.date),
fee: 0,

Loading…
Cancel
Save