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

11 lines
156 B

namespace NzbDrone.Model
{
public enum ApplicationMode
{
Console,
Help,
InstallService,
UninstallService
}
}