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

Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus

pull/3113/head
Mark McDowall 14 years ago
commit 1aa9bbe0de

@ -45,7 +45,7 @@ namespace NzbDrone.Providers
var startInfo = new ProcessStartInfo();
startInfo.FileName = _enviromentProvider.GetIISExe();
startInfo.Arguments = String.Format("/config:\"{0}\" /trace:i", _enviromentProvider.GetIISExe());
startInfo.Arguments = String.Format("/config:\"{0}\" /trace:i", _enviromentProvider.GetIISConfigPath());
startInfo.WorkingDirectory = _enviromentProvider.ApplicationPath;
startInfo.UseShellExecute = false;

Loading…
Cancel
Save