Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/0d3c467c50ab945dd1b09794fcb40ef3ed113092?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Increased requirejs timeout

set timeout when running in prod regardless of hostname
pull/6/head
Mark McDowall 10 years ago
parent f606b58986
commit 0d3c467c50

@ -4,7 +4,7 @@
if (window.NzbDrone.Production) {
require.config({
waitSeconds: 30
waitSeconds: 45
});
}

Loading…
Cancel
Save