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

Improved: web interface load time should be significantly faster.

pull/3113/head
kayone 11 years ago
parent 3311357df0
commit 4a5120a921

@ -133,7 +133,7 @@ Function RunGrunt()
Invoke-Expression 'npm install'
CheckExitCode
Invoke-Expression ('node ' + $gruntPath + ' package')
Invoke-Expression ('node ' + $gruntPath + ' packagerjs')
CheckExitCode
Write-Host "##teamcity[progressFinish 'Running Grunt']"

Loading…
Cancel
Save