Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/9fdbd22cb55d0b500b1493c2929f20cf0539bd3d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
`activities.${index}.symbol ("${symbol}") is not valid for the specified data source ("${dataSource}")`
);
}
if(
assetProfile.currency!==currency&&
!this.exchangeRateDataService.hasCurrencyPair(
currency,
assetProfile.currency
)
){
thrownewError(
`activities.${index}.currency ("${currency}") does not match with "${assetProfile.currency}" and no exchange rate is available from "${currency}" to "${assetProfile.currency}"`
);
if(
assetProfile.currency!==currency&&
!this.exchangeRateDataService.hasCurrencyPair(
currency,
assetProfile.currency
)
){
thrownewError(
`activities.${index}.currency ("${currency}") does not match with "${assetProfile.currency}" and no exchange rate is available from "${currency}" to "${assetProfile.currency}"`