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/693ff9d3ead4e0b18f655211c4039bb3ef3bf2de/test/import/invalid-date.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"meta": {
|
|
"date": "2021-01-01T00:00:00.000Z",
|
|
"version": "dev"
|
|
},
|
|
"activities": [
|
|
{
|
|
"currency": "USD",
|
|
"dataSource": "YAHOO",
|
|
"date": "<invalid>",
|
|
"fee": 0,
|
|
"quantity": 20,
|
|
"symbol": "AAPL",
|
|
"type": "BUY",
|
|
"unitPrice": 100.0
|
|
}
|
|
]
|
|
}
|