Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/1631c1877c4f90663a52457ab8dc9c45a482c97c/NzbDrone.Update/AppType.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone.Update/AppType.cs

10 lines
118 B

namespace NzbDrone.Update
{
public enum AppType
{
Normal,
Console,
Service
}
}