Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/0431b9561e8feb10beb8163e3fe55545b9189e04
You should set ROOT_URL correctly, otherwise the web may not work correctly.
returnnewHealthCheck(GetType(),HealthCheckResult.Error,"Mount containing a series path is mounted read-only: " +string.Join(",",mounts.Select(m=>m.Name)),"#series-mount-ro");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,"Mount containing a movie path is mounted read-only: " +string.Join(",",mounts.Select(m=>m.Name)),"#movie-mount-ro");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,string.Format("Branch {0} is for a previous version of Radarr, set branch to 'Aphrodite' for further updates",_configFileService.Branch));
returnnewHealthCheck(GetType(),HealthCheckResult.Error,string.Format("Branch {0} is for a previous version of Radarr, set branch to 'Aphrodite' for further updates",_configFileService.Branch), "#branch-is-for-a-previous-version");
}
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,string.Format("Branch {0} is not a valid Radarr release branch, you will not receive updates",_configFileService.Branch));
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,string.Format("Branch {0} is not a valid Radarr release branch, you will not receive updates",_configFileService.Branch), "#branch-is-not-a-valid-release-branch");