NginxProxyManager install fails #1238

Closed
opened 2025-11-20 05:06:48 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @MahrWe on GitHub (Jun 5, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

NginxProxyManager

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Failure during LXC setup, create_lxc.sh exists, but during setup some 400 code is received?

🔄 Steps to reproduce the issue.

Just ran the command provided on the Website.

Paste the full error output (if available).

🚀 Creating a Nginx Proxy Manager LXC using the above default settings

✔️ Using local for Template Storage.
✔️ Using CephPool1 for Container Storage.
✔️ Updated LXC Template List
💡 Template debian-12-standard_12.7-1_amd64.tar.zst not found in storage or seems to be corrupted. Redownloading.
✔️ Template download successful.
✔️ LXC Template is ready to use.
✖️ Container creation failed. Checking if template is corrupted.
✖️ Container creation failed, but template is not corrupted.
curl: (22) The requested URL returned error: 400

[ERROR] in line 1125: exit code 0: while executing command bash -c "(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" ?

🖼️ Additional context (optional).

No response

Originally created by @MahrWe on GitHub (Jun 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? NginxProxyManager ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Failure during LXC setup, create_lxc.sh exists, but during setup some 400 code is received? ### 🔄 Steps to reproduce the issue. Just ran the command provided on the Website. ### ❌ Paste the full error output (if available). 🚀 Creating a Nginx Proxy Manager LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using CephPool1 for Container Storage. ✔️ Updated LXC Template List 💡 Template debian-12-standard_12.7-1_amd64.tar.zst not found in storage or seems to be corrupted. Redownloading. ✔️ Template download successful. ✔️ LXC Template is ready to use. ✖️ Container creation failed. Checking if template is corrupted. ✖️ Container creation failed, but template is not corrupted. curl: (22) The requested URL returned error: 400 [ERROR] in line 1125: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/create_lxc.sh)" $? ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:06:48 -05:00
Author
Owner

@MickLesk commented on GitHub (Jun 5, 2025):

Reboot your node. Its your Proxmox that failed. The LXC cant created before any of our script run. Or your containerpool isnt supported for this

@MickLesk commented on GitHub (Jun 5, 2025): Reboot your node. Its your Proxmox that failed. The LXC cant created before any of our script run. Or your containerpool isnt supported for this
Author
Owner

@MahrWe commented on GitHub (Jun 5, 2025):

For anyone searching this, my Storage configuration was a mess. A reboot helped me find the issue. The install script is working :)

@MahrWe commented on GitHub (Jun 5, 2025): For anyone searching this, my Storage configuration was a mess. A reboot helped me find the issue. The install script is working :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1238