Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/37d90a34196cfe5a58f5af348b2debf74016896c/NzbDrone.Common/EnsureThat/EnsureStringExtensions.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
throwExceptionFactory.CreateForParamValidation(param.Name,"The string is not long enough. Must be at least '{0}' but was '{1}' characters long.".Inject(minLength,length));
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid relative path. relative paths must end with \\",param.Value));
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid relative path. relative paths can not start with \\",param.Value));
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid Windows path. It contains invalid characters",param.Value));
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid Windows path. paths must be a full path eg. C:\\Windows",param.Value));