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

Bump Yarn timeout to 2min

pull/4058/head
Qstick 5 years ago
parent 0142c45210
commit a08648272c

@ -71,7 +71,7 @@ Build()
YarnInstall()
{
ProgressStart 'yarn install'
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 120000
ProgressEnd 'yarn install'
}

Loading…
Cancel
Save