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

fixed index not loading

pull/6/head
Keivan Beigi 12 years ago
parent 24ba4390a1
commit 4183fecaca

@ -30,7 +30,7 @@ namespace NzbDrone.Api.Frontend
_indexCache = cacheManger.GetCache<string>(typeof(StaticResourceModule));
Get["/{resource*}"] = x => Index();
Get["/*"] = x => Index();
Get["/"] = x => Index();
if (!RuntimeInfo.IsProduction)
{

Loading…
Cancel
Save