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

12 lines
169 B

namespace NzbDrone
{
public enum ApplicationModes
{
Console,
Help,
InstallService,
UninstallService,
Service,
}
}