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

And another.....

pull/1135/head
Qstick 3 years ago
parent f96dbbfc21
commit df0b8fc660

@ -144,7 +144,7 @@ namespace NzbDrone.Core.IndexerProxies.FlareSolverr
UserAgent = userAgent,
Proxy = new FlareSolverrProxy
{
Url = proxyUrl.AbsoluteUri
Url = proxyUrl?.AbsoluteUri
}
};
}

Loading…
Cancel
Save