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

Disable cache in debug

pull/6/head
Mark McDowall 12 years ago
parent 41f99dd793
commit eedccf03b6

@ -54,6 +54,11 @@ namespace NzbDrone.Api.Frontend
response.Headers.EnableCache();
}
else
{
response.Headers.DisableCache();
}
return response;
}

Loading…
Cancel
Save