Error in Line 109 while Updating Container
Script nginx-proxy-manager
Describe the bug Executing bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nginxproxymanager.sh)" in the LXC results in: [ERROR] in line 109: exit code 0: while executing command python3 -m pip install --no-cache-dir certbot-dns-cloudflare &> /dev/null
System info:
- Proxmox Version: 8.3.3
- Proxy Manager 2.11.? -> 2.12.3
removing /dev/null showed no error so I continued and executed every command from the script via copy/paste manually. Everything worked fine.
same issue advise if there is a fix can not install with LCX template
System info: Proxmox Version: 8.3.3
I have same issue when i try to upgrade from 2.11.3 to 2.12.3. So i do apt update && apt upgrade and after this bash command to upgrade let me upgrade NPM, but after upgrade when i try to login i get Bad Gateway (small red text under passwrod line on login page) Strange...
I also try to change password manually in database, try to force use defatult [email protected] account etc... i cant login, always see Bad Gateway :(
For anyone getting the same error on clean install add --os debian to the command to switch distro's and it will install correctly. Seems to be a breaking change with Apline Linux currently.