Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/ac1c902013275c188d5bf5d6187b96329b0d22fe
You should set ROOT_URL correctly, otherwise the web may not work correctly.
_logger.Debug("Item: {0}, Size: {1} is greater than maximum allowed size ({2} bytes for {3}), rejecting.",subject,subject.Release.Size,maxSize,runtimeMessage);
_logger.Debug("Item: {0}, Size: {1} is greater than maximum allowed size ({2} bytes for {3}), rejecting",subject,subject.Release.Size,maxSize,runtimeMessage);
returnDecision.Reject("{0} is larger than maximum allowed {1}",subject.Release.Size.SizeSuffix(),maxSize.SizeSuffix());