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

New: NzbDrone is now preloaded on start. making accessing it for the first time after a restart or update a lot faster.

pull/3113/head
kay.one 13 years ago
parent 7a83a46d31
commit 4ea475d428

@ -75,6 +75,7 @@ namespace NzbDrone.Providers
try
{
_webClientProvider.DownloadString(_iisProvider.AppUrl); //This should preload the home page, making the first load alot faster.
string response = _webClientProvider.DownloadString(_iisProvider.AppUrl + "/health");
if (!response.Contains("OK"))

Loading…
Cancel
Save