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

Fixed: Issue loading settings on some systems

pull/2/head
Mark McDowall 9 years ago
parent e6288148ad
commit e76fb8c90b

@ -12,7 +12,7 @@ namespace NzbDrone.Api.REST
{
get
{
return GetType().Name.ToLower().Replace("resource", "");
return GetType().Name.ToLowerInvariant().Replace("resource", "");
}
}
}

Loading…
Cancel
Save