Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/2109d171e80fb787628a20593a4d441b8f041d38
You should set ROOT_URL correctly, otherwise the web may not work correctly.
_logger.Info(exception,"Request for {0} failed with exception '{1}'. Retrying in {2}s.",Definition.Name,exception.Message,args.RetryDelay.TotalSeconds);
}
else
{
_logger.Info("Request for {0} failed with status {1}. Retrying in {2}s.",Definition.Name,args.Outcome.Result?.StatusCode,args.RetryDelay.TotalSeconds);