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

Improve message ()

pull/1845/head^2
Thomas Kaul 2 years ago committed by GitHub
parent 56b437ca74
commit 4c907d56f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -722,7 +722,7 @@ export class PortfolioCalculator {
);
} else if (!currentPosition.quantity.eq(0)) {
Logger.warn(
`Missing initial value for symbol ${currentPosition.symbol} at ${currentPosition.firstBuyDate}`,
`Missing historical market data for symbol ${currentPosition.symbol}`,
'PortfolioCalculator'
);
hasErrors = true;

Loading…
Cancel
Save