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/46e3dafd441cb15cd0e48093afb3a5714eb7bba5/NzbDrone.Api/Validation/RuleBuilderExtensions.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
returnruleBuilder.SetValidator(newRegularExpressionValidator("^http(s)?://",RegexOptions.IgnoreCase)).WithMessage("must start with http:// or https://");