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/9ed7c03d48c39c664e777794ca3d5d76df05b0e5/ServiceHelpers/ServiceUninstall/Program.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System.Linq;
|
|
|
|
namespace ServiceUninstall
|
|
{
|
|
public static class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/u");
|
|
}
|
|
}
|
|
}
|