Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/d2b5fc83447f8e302601835289339d7e27a579bb?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update nginxproxymanager-install.sh

- set sass-loader version
pull/2371/head
tteckster 1 year ago committed by GitHub
parent 435de786c5
commit d2b5fc8344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -134,6 +134,7 @@ msg_ok "Set up Enviroment"
msg_info "Building Frontend" msg_info "Building Frontend"
cd ./frontend cd ./frontend
export NODE_ENV=development export NODE_ENV=development
$STD yarn add -D sass-loader@10.5.2
$STD yarn install --network-timeout=30000 $STD yarn install --network-timeout=30000
$STD yarn build $STD yarn build
cp -r dist/* /app/frontend cp -r dist/* /app/frontend

Loading…
Cancel
Save

Powered by BW's shoe-string budget.