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/9f829c14422f75ee9a4f7a256c063c77bcf5c69d/ServiceHelpers/ServiceUninstall/Program.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/ServiceHelpers/ServiceUninstall/Program.cs

13 lines
183 B

using System.Linq;
namespace ServiceUninstall
{
public static class Program
{
static void Main()
{
ServiceHelper.Run(@"/u");
}
}
}