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