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

Re-order frontend build steps

(cherry picked from commit 97ad6682f7d54af8886144bc5a179fa7242f1f1f)
pull/8909/head
Mark McDowall 3 years ago committed by Bogdan
parent 43a0e75acf
commit 722c20a5dc

@ -392,22 +392,22 @@ then
fi
fi
if [ "$FRONTEND" = "YES" ];
then
YarnInstall
RunWebpack
fi
if [ "$LINT" = "YES" ];
then
if [ -z "$FRONTEND" ];
then
YarnInstall
fi
LintUI
fi
if [ "$FRONTEND" = "YES" ];
then
YarnInstall
RunWebpack
fi
if [ "$PACKAGES" = "YES" ];
then
UpdateVersionNumber

Loading…
Cancel
Save