Nginx Proxy Manager update fails - cp: cannot stat 'frontend/app-images/*': No such file or directory #1929

Closed
opened 2026-02-05 02:51:00 +03:00 by OVERLORD · 23 comments
Owner

Originally created by @skuhnow on GitHub (Nov 5, 2025).

Have you read and understood the above guidelines?

yes

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

Nginx Proxy Manager

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

update (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

📈 Which Proxmox version are you on?

8.4.14

📝 Provide a clear and concise description of the issue.

I try to update Nginx Proxy Manager to the latest version.

I run update and I get

[ERROR] in line 123: exit code 0: while executing command cp -r frontend/app-images/* /app/frontend/images

🔄 Steps to reproduce the issue.

Run update and select verbose

Paste the full error output (if available).

changed 1 package in 618ms
  ✔️   Installed Node.js modules: yarn
  ✔️   Downloaded NPM v2.13.1
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.23s.
yarn run v1.22.22
$ tsc && vite build
vite v7.1.12 building for production...
✓ 7752 modules transformed.
dist/index.html                                     1.34 kB │ gzip:   0.61 kB
dist/assets/index-YJRSYeqY.css                      0.10 kB │ gzip:   0.11 kB
dist/assets/index-BJF_4ZT_.css                    543.36 kB │ gzip:  70.10 kB
dist/assets/CertificateFormatter-Cz6344Tk.js        0.22 kB │ gzip:   0.19 kB
dist/assets/TrueFalseFormatter-DxhoOIM_.js          0.33 kB │ gzip:   0.24 kB
dist/assets/IconPower-A_DbcAXa.js                   0.37 kB │ gzip:   0.28 kB
dist/assets/ValueWithDateFormatter-ClMHyzKS.js      0.44 kB │ gzip:   0.27 kB
dist/assets/IconHelp-ob-9rXvf.js                    0.46 kB │ gzip:   0.31 kB
dist/assets/IconEdit-8MEKtjTW.js                    0.50 kB │ gzip:   0.33 kB
dist/assets/DomainsFormatter-DRGLydBn.js            0.86 kB │ gzip:   0.50 kB
dist/assets/index-C54VZGEF.js                       1.82 kB │ gzip:   0.94 kB
dist/assets/IconTrash-G5Z_nKJh.js                   2.05 kB │ gzip:   0.79 kB
dist/assets/index-Co7dA8nY.js                       2.45 kB │ gzip:   1.04 kB
dist/assets/index-B3A_Qnjb.js                       3.01 kB │ gzip:   0.73 kB
dist/assets/index-DTYPHYO0.js                       3.42 kB │ gzip:   1.21 kB
dist/assets/index-DUKLdcIv.js                       4.71 kB │ gzip:   1.75 kB
dist/assets/index-DlUGcwsB.js                       5.26 kB │ gzip:   1.99 kB
dist/assets/index-C91g-u2R.js                       5.80 kB │ gzip:   2.13 kB
dist/assets/index-Dv7SnKoN.js                       5.83 kB │ gzip:   2.08 kB
dist/assets/index-CcnaG-Ul.js                       5.86 kB │ gzip:   2.14 kB
dist/assets/index-B45i-YUL.js                       6.75 kB │ gzip:   2.49 kB
dist/assets/index-BR-f2n6R.js                       7.14 kB │ gzip:   1.90 kB
dist/assets/index-CAQvzmO3.js                      40.84 kB │ gzip:  14.67 kB
dist/assets/TableLayout-GBGLdj2n.js                50.49 kB │ gzip:  13.68 kB
dist/assets/index-BBAG1AZl.js                   1,940.80 kB │ gzip: 611.85 kB

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 17.22s
Done in 25.79s.
  ✔️   Built Frontend
  ✔️   Stopped Services
  ✔️   Cleaned Old Files
  ⏳   Setting up Environmentcp: cannot stat 'frontend/app-images/*': No such file or directory

[ERROR] in line 123: exit code 0: while executing command cp -r frontend/app-images/* /app/frontend/images

🖼️ Additional context (optional).

No response

Originally created by @skuhnow on GitHub (Nov 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Nginx Proxy Manager ### 📂 What was the exact command used to execute the script? update (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 ### 📈 Which Proxmox version are you on? 8.4.14 ### 📝 Provide a clear and concise description of the issue. I try to update Nginx Proxy Manager to the latest version. I run `update` and I get `[ERROR] in line 123: exit code 0: while executing command cp -r frontend/app-images/* /app/frontend/images` ### 🔄 Steps to reproduce the issue. Run `update` and select verbose ### ❌ Paste the full error output (if available). ``` changed 1 package in 618ms ✔️ Installed Node.js modules: yarn ✔️ Downloaded NPM v2.13.1 yarn install v1.22.22 [1/4] Resolving packages... success Already up-to-date. Done in 0.23s. yarn run v1.22.22 $ tsc && vite build vite v7.1.12 building for production... ✓ 7752 modules transformed. dist/index.html 1.34 kB │ gzip: 0.61 kB dist/assets/index-YJRSYeqY.css 0.10 kB │ gzip: 0.11 kB dist/assets/index-BJF_4ZT_.css 543.36 kB │ gzip: 70.10 kB dist/assets/CertificateFormatter-Cz6344Tk.js 0.22 kB │ gzip: 0.19 kB dist/assets/TrueFalseFormatter-DxhoOIM_.js 0.33 kB │ gzip: 0.24 kB dist/assets/IconPower-A_DbcAXa.js 0.37 kB │ gzip: 0.28 kB dist/assets/ValueWithDateFormatter-ClMHyzKS.js 0.44 kB │ gzip: 0.27 kB dist/assets/IconHelp-ob-9rXvf.js 0.46 kB │ gzip: 0.31 kB dist/assets/IconEdit-8MEKtjTW.js 0.50 kB │ gzip: 0.33 kB dist/assets/DomainsFormatter-DRGLydBn.js 0.86 kB │ gzip: 0.50 kB dist/assets/index-C54VZGEF.js 1.82 kB │ gzip: 0.94 kB dist/assets/IconTrash-G5Z_nKJh.js 2.05 kB │ gzip: 0.79 kB dist/assets/index-Co7dA8nY.js 2.45 kB │ gzip: 1.04 kB dist/assets/index-B3A_Qnjb.js 3.01 kB │ gzip: 0.73 kB dist/assets/index-DTYPHYO0.js 3.42 kB │ gzip: 1.21 kB dist/assets/index-DUKLdcIv.js 4.71 kB │ gzip: 1.75 kB dist/assets/index-DlUGcwsB.js 5.26 kB │ gzip: 1.99 kB dist/assets/index-C91g-u2R.js 5.80 kB │ gzip: 2.13 kB dist/assets/index-Dv7SnKoN.js 5.83 kB │ gzip: 2.08 kB dist/assets/index-CcnaG-Ul.js 5.86 kB │ gzip: 2.14 kB dist/assets/index-B45i-YUL.js 6.75 kB │ gzip: 2.49 kB dist/assets/index-BR-f2n6R.js 7.14 kB │ gzip: 1.90 kB dist/assets/index-CAQvzmO3.js 40.84 kB │ gzip: 14.67 kB dist/assets/TableLayout-GBGLdj2n.js 50.49 kB │ gzip: 13.68 kB dist/assets/index-BBAG1AZl.js 1,940.80 kB │ gzip: 611.85 kB (!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. ✓ built in 17.22s Done in 25.79s. ✔️ Built Frontend ✔️ Stopped Services ✔️ Cleaned Old Files ⏳ Setting up Environmentcp: cannot stat 'frontend/app-images/*': No such file or directory [ERROR] in line 123: exit code 0: while executing command cp -r frontend/app-images/* /app/frontend/images ``` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 02:51:00 +03:00
Author
Owner

@bentschrader commented on GitHub (Nov 5, 2025):

Same behaviour, exactly the same error message.
Debian 13, Proxmox 9.0.11

@bentschrader commented on GitHub (Nov 5, 2025): Same behaviour, exactly the same error message. Debian 13, Proxmox 9.0.11
Author
Owner

@MortRainey commented on GitHub (Nov 5, 2025):

Same behaviour, exactly the same error message. Debian 13, Proxmox 9.0.11

Same here. Bug confirmed.

@MortRainey commented on GitHub (Nov 5, 2025): > Same behaviour, exactly the same error message. Debian 13, Proxmox 9.0.11 Same here. Bug confirmed.
Author
Owner

@caglaryalcin commented on GitHub (Nov 5, 2025):

same, I got the same error with the commands mentioned below

curl -fsSL -o npm-update.sh https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh
chmod +x npm-update.sh
bash npm-update-fixed2.sh
@caglaryalcin commented on GitHub (Nov 5, 2025): same, I got the same error with the commands mentioned below ```bash curl -fsSL -o npm-update.sh https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh chmod +x npm-update.sh bash npm-update-fixed2.sh ```
Author
Owner

@tremor021 commented on GitHub (Nov 5, 2025):

Guys, please restore your backups and don't try to update just yet. We have a updated script in the development. There were many changes to the app itself, so we need to account for those in our scripts.

Please be patient, update is on the way.

@tremor021 commented on GitHub (Nov 5, 2025): Guys, please restore your backups and don't try to update just yet. We have a updated script in the development. There were many changes to the app itself, so we need to account for those in our scripts. Please be patient, update is on the way.
Author
Owner

@MortRainey commented on GitHub (Nov 5, 2025):

Guys, please restore your backups and don't try to update just yet. We have a updated script in the development. There were many changes to the app itself, so we need to account for those in our scripts.

Please be patient, update is on the way.

Thank you.

@MortRainey commented on GitHub (Nov 5, 2025): > Guys, please restore your backups and don't try to update just yet. We have a updated script in the development. There were many changes to the app itself, so we need to account for those in our scripts. > > Please be patient, update is on the way. Thank you.
Author
Owner

@CrazyWolf13 commented on GitHub (Nov 5, 2025):

Can anyone of you take a copy and try this:

WARNING: this is from the dev repo, please only test on a copy of your existing instance and rollback afterwards, as it may break it!

Also for anyone that applied the fix from above please revert it by applying a backup, those are not the recommended steps and may break the instance and our update process!

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/nginxproxymanager.sh)"
@CrazyWolf13 commented on GitHub (Nov 5, 2025): Can anyone of you take a copy and try this: WARNING: this is from the dev repo, please only test on a copy of your existing instance and rollback afterwards, as it may break it! Also for anyone that applied the fix from above please revert it by applying a backup, those are not the recommended steps and may break the instance and our update process! ```bash bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/nginxproxymanager.sh)" ```
Author
Owner

@bentschrader commented on GitHub (Nov 5, 2025):

@CrazyWolf13 Took an snapshot of my LXC before and tested it successfully.
Here is my output in verbose mode:

Warnung: http://openresty.org/package/debian/dists/bookworm/InRelease: Policy will reject signature within a year, see --audit for details
Warnung: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details

changed 13 packages in 2s

28 packages are looking for funding
  run `npm fund` for details
  ✔️   Update Node.js 22
  ⏳   Updating yarn to latest version
changed 1 package in 606ms
  ✔️   Installed Node.js modules: yarn
  ✔️   Deployed: nginxproxymanager (2.13.1)
  ✔️   Stopped Services
  ✔️   Cleaned old files
  ✔️   Set up Environment
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > @uiw/react-textarea-code-editor@3.1.1" has unmet peer dependency "@babel/runtime@>=7.10.0".
[4/4] Building fresh packages...
Done in 71.00s.
yarn run v1.22.22
$ tsc && vite build
vite v7.1.12 building for production...
✓ 7752 modules transformed.
dist/index.html                                     1.34 kB │ gzip:   0.61 kB
dist/assets/index-YJRSYeqY.css                      0.10 kB │ gzip:   0.11 kB
dist/assets/index-BJF_4ZT_.css                    543.36 kB │ gzip:  70.10 kB
dist/assets/CertificateFormatter-Cz6344Tk.js        0.22 kB │ gzip:   0.19 kB
dist/assets/TrueFalseFormatter-DxhoOIM_.js          0.33 kB │ gzip:   0.24 kB
dist/assets/IconPower-A_DbcAXa.js                   0.37 kB │ gzip:   0.28 kB
dist/assets/ValueWithDateFormatter-ClMHyzKS.js      0.44 kB │ gzip:   0.27 kB
dist/assets/IconHelp-ob-9rXvf.js                    0.46 kB │ gzip:   0.31 kB
dist/assets/IconEdit-8MEKtjTW.js                    0.50 kB │ gzip:   0.33 kB
dist/assets/DomainsFormatter-DRGLydBn.js            0.86 kB │ gzip:   0.50 kB
dist/assets/index-C54VZGEF.js                       1.82 kB │ gzip:   0.94 kB
dist/assets/IconTrash-G5Z_nKJh.js                   2.05 kB │ gzip:   0.79 kB
dist/assets/index-Co7dA8nY.js                       2.45 kB │ gzip:   1.04 kB
dist/assets/index-B3A_Qnjb.js                       3.01 kB │ gzip:   0.73 kB
dist/assets/index-DTYPHYO0.js                       3.42 kB │ gzip:   1.21 kB
dist/assets/index-DUKLdcIv.js                       4.71 kB │ gzip:   1.75 kB
dist/assets/index-DlUGcwsB.js                       5.26 kB │ gzip:   1.99 kB
dist/assets/index-C91g-u2R.js                       5.80 kB │ gzip:   2.13 kB
dist/assets/index-Dv7SnKoN.js                       5.83 kB │ gzip:   2.08 kB
dist/assets/index-CcnaG-Ul.js                       5.86 kB │ gzip:   2.14 kB
dist/assets/index-B45i-YUL.js                       6.75 kB │ gzip:   2.49 kB
dist/assets/index-BR-f2n6R.js                       7.14 kB │ gzip:   1.90 kB
dist/assets/index-CAQvzmO3.js                      40.84 kB │ gzip:  14.67 kB
dist/assets/TableLayout-GBGLdj2n.js                50.49 kB │ gzip:  13.68 kB
dist/assets/index-BBAG1AZl.js                   1,940.80 kB │ gzip: 611.85 kB

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 18.22s
Done in 26.85s.
  ✔️   Built Frontend
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
warning lru.min@1.1.2: The engine "bun" appears to be invalid.
warning lru.min@1.1.2: The engine "deno" appears to be invalid.
[3/4] Linking dependencies...
warning " > @apidevtools/swagger-parser@10.1.1" has unmet peer dependency "openapi-types@>=7".
[4/4] Building fresh packages...
Done in 4.79s.
  ✔️   Initialized Backend
OK:1 http://openresty.org/package/debian bookworm InRelease
OK:2 http://packages.azlux.fr/debian bullseye InRelease
OK:3 http://deb.debian.org/debian trixie InRelease
OK:4 http://security.debian.org trixie-security InRelease
OK:5 http://deb.debian.org/debian trixie-updates InRelease
OK:6 https://deb.nodesource.com/node_22.x nodistro InRelease
Holen:7 https://repo.charm.sh/apt * InRelease
Es wurden 6.706 B in 1 s geholt (11,7 kB/s).
Alle Pakete sind aktuell.
Warnung: http://openresty.org/package/debian/dists/bookworm/InRelease: Policy will reject signature within a year, see --audit for details
Warnung: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
openresty ist schon die neueste Version (1.27.1.2-1~bookworm1).
Zusammenfassung:
  Aktualisiere: 0, Installiere: 0, Entferne: 0, Aktualisiere nicht: 0
Requirement already satisfied: pip in /opt/certbot/lib/python3.13/site-packages (25.3)
Requirement already satisfied: setuptools in /opt/certbot/lib/python3.13/site-packages (80.9.0)
Requirement already satisfied: wheel in /opt/certbot/lib/python3.13/site-packages (0.45.1)
Requirement already satisfied: certbot in /opt/certbot/lib/python3.13/site-packages (5.1.0)
Requirement already satisfied: certbot-dns-cloudflare in /opt/certbot/lib/python3.13/site-packages (5.1.0)
Requirement already satisfied: acme>=5.1.0 in /opt/certbot/lib/python3.13/site-packages (from certbot) (5.1.0)
Requirement already satisfied: ConfigArgParse>=1.5.3 in /opt/certbot/lib/python3.13/site-packages (from certbot) (1.7.1)
Requirement already satisfied: configobj>=5.0.6 in /opt/certbot/lib/python3.13/site-packages (from certbot) (5.0.9)
Requirement already satisfied: cryptography>=43.0.0 in /opt/certbot/lib/python3.13/site-packages (from certbot) (46.0.3)
Requirement already satisfied: distro>=1.0.1 in /opt/certbot/lib/python3.13/site-packages (from certbot) (1.9.0)
Requirement already satisfied: josepy>=2.0.0 in /opt/certbot/lib/python3.13/site-packages (from certbot) (2.2.0)
Requirement already satisfied: parsedatetime>=2.6 in /opt/certbot/lib/python3.13/site-packages (from certbot) (2.6)
Requirement already satisfied: pyrfc3339 in /opt/certbot/lib/python3.13/site-packages (from certbot) (2.1.0)
Requirement already satisfied: cloudflare<2.20,>=2.19 in /opt/certbot/lib/python3.13/site-packages (from certbot-dns-cloudflare) (2.19.4)
Requirement already satisfied: requests in /opt/certbot/lib/python3.13/site-packages (from cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (2.32.5)
Requirement already satisfied: pyyaml in /opt/certbot/lib/python3.13/site-packages (from cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (6.0.3)
Requirement already satisfied: jsonlines in /opt/certbot/lib/python3.13/site-packages (from cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (4.0.0)
Requirement already satisfied: PyOpenSSL>=25.0.0 in /opt/certbot/lib/python3.13/site-packages (from acme>=5.1.0->certbot) (25.3.0)
Requirement already satisfied: cffi>=2.0.0 in /opt/certbot/lib/python3.13/site-packages (from cryptography>=43.0.0->certbot) (2.0.0)
Requirement already satisfied: pycparser in /opt/certbot/lib/python3.13/site-packages (from cffi>=2.0.0->cryptography>=43.0.0->certbot) (2.23)
Requirement already satisfied: charset_normalizer<4,>=2 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (3.4.4)
Requirement already satisfied: idna<4,>=2.5 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (3.11)
Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (2.5.0)
Requirement already satisfied: certifi>=2017.4.17 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (2025.10.5)
Requirement already satisfied: attrs>=19.2.0 in /opt/certbot/lib/python3.13/site-packages (from jsonlines->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (25.4.0)
  ✔️   Updated Certbot
  ✔️   Started Services
  ✔️   Updated successfully!
@bentschrader commented on GitHub (Nov 5, 2025): @CrazyWolf13 Took an snapshot of my LXC before and tested it successfully. Here is my output in verbose mode: ``` Warnung: http://openresty.org/package/debian/dists/bookworm/InRelease: Policy will reject signature within a year, see --audit for details Warnung: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details changed 13 packages in 2s 28 packages are looking for funding run `npm fund` for details ✔️ Update Node.js 22 ⏳ Updating yarn to latest version changed 1 package in 606ms ✔️ Installed Node.js modules: yarn ✔️ Deployed: nginxproxymanager (2.13.1) ✔️ Stopped Services ✔️ Cleaned old files ✔️ Set up Environment yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... warning " > @uiw/react-textarea-code-editor@3.1.1" has unmet peer dependency "@babel/runtime@>=7.10.0". [4/4] Building fresh packages... Done in 71.00s. yarn run v1.22.22 $ tsc && vite build vite v7.1.12 building for production... ✓ 7752 modules transformed. dist/index.html 1.34 kB │ gzip: 0.61 kB dist/assets/index-YJRSYeqY.css 0.10 kB │ gzip: 0.11 kB dist/assets/index-BJF_4ZT_.css 543.36 kB │ gzip: 70.10 kB dist/assets/CertificateFormatter-Cz6344Tk.js 0.22 kB │ gzip: 0.19 kB dist/assets/TrueFalseFormatter-DxhoOIM_.js 0.33 kB │ gzip: 0.24 kB dist/assets/IconPower-A_DbcAXa.js 0.37 kB │ gzip: 0.28 kB dist/assets/ValueWithDateFormatter-ClMHyzKS.js 0.44 kB │ gzip: 0.27 kB dist/assets/IconHelp-ob-9rXvf.js 0.46 kB │ gzip: 0.31 kB dist/assets/IconEdit-8MEKtjTW.js 0.50 kB │ gzip: 0.33 kB dist/assets/DomainsFormatter-DRGLydBn.js 0.86 kB │ gzip: 0.50 kB dist/assets/index-C54VZGEF.js 1.82 kB │ gzip: 0.94 kB dist/assets/IconTrash-G5Z_nKJh.js 2.05 kB │ gzip: 0.79 kB dist/assets/index-Co7dA8nY.js 2.45 kB │ gzip: 1.04 kB dist/assets/index-B3A_Qnjb.js 3.01 kB │ gzip: 0.73 kB dist/assets/index-DTYPHYO0.js 3.42 kB │ gzip: 1.21 kB dist/assets/index-DUKLdcIv.js 4.71 kB │ gzip: 1.75 kB dist/assets/index-DlUGcwsB.js 5.26 kB │ gzip: 1.99 kB dist/assets/index-C91g-u2R.js 5.80 kB │ gzip: 2.13 kB dist/assets/index-Dv7SnKoN.js 5.83 kB │ gzip: 2.08 kB dist/assets/index-CcnaG-Ul.js 5.86 kB │ gzip: 2.14 kB dist/assets/index-B45i-YUL.js 6.75 kB │ gzip: 2.49 kB dist/assets/index-BR-f2n6R.js 7.14 kB │ gzip: 1.90 kB dist/assets/index-CAQvzmO3.js 40.84 kB │ gzip: 14.67 kB dist/assets/TableLayout-GBGLdj2n.js 50.49 kB │ gzip: 13.68 kB dist/assets/index-BBAG1AZl.js 1,940.80 kB │ gzip: 611.85 kB (!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. ✓ built in 18.22s Done in 26.85s. ✔️ Built Frontend yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... warning lru.min@1.1.2: The engine "bun" appears to be invalid. warning lru.min@1.1.2: The engine "deno" appears to be invalid. [3/4] Linking dependencies... warning " > @apidevtools/swagger-parser@10.1.1" has unmet peer dependency "openapi-types@>=7". [4/4] Building fresh packages... Done in 4.79s. ✔️ Initialized Backend OK:1 http://openresty.org/package/debian bookworm InRelease OK:2 http://packages.azlux.fr/debian bullseye InRelease OK:3 http://deb.debian.org/debian trixie InRelease OK:4 http://security.debian.org trixie-security InRelease OK:5 http://deb.debian.org/debian trixie-updates InRelease OK:6 https://deb.nodesource.com/node_22.x nodistro InRelease Holen:7 https://repo.charm.sh/apt * InRelease Es wurden 6.706 B in 1 s geholt (11,7 kB/s). Alle Pakete sind aktuell. Warnung: http://openresty.org/package/debian/dists/bookworm/InRelease: Policy will reject signature within a year, see --audit for details Warnung: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details openresty ist schon die neueste Version (1.27.1.2-1~bookworm1). Zusammenfassung: Aktualisiere: 0, Installiere: 0, Entferne: 0, Aktualisiere nicht: 0 Requirement already satisfied: pip in /opt/certbot/lib/python3.13/site-packages (25.3) Requirement already satisfied: setuptools in /opt/certbot/lib/python3.13/site-packages (80.9.0) Requirement already satisfied: wheel in /opt/certbot/lib/python3.13/site-packages (0.45.1) Requirement already satisfied: certbot in /opt/certbot/lib/python3.13/site-packages (5.1.0) Requirement already satisfied: certbot-dns-cloudflare in /opt/certbot/lib/python3.13/site-packages (5.1.0) Requirement already satisfied: acme>=5.1.0 in /opt/certbot/lib/python3.13/site-packages (from certbot) (5.1.0) Requirement already satisfied: ConfigArgParse>=1.5.3 in /opt/certbot/lib/python3.13/site-packages (from certbot) (1.7.1) Requirement already satisfied: configobj>=5.0.6 in /opt/certbot/lib/python3.13/site-packages (from certbot) (5.0.9) Requirement already satisfied: cryptography>=43.0.0 in /opt/certbot/lib/python3.13/site-packages (from certbot) (46.0.3) Requirement already satisfied: distro>=1.0.1 in /opt/certbot/lib/python3.13/site-packages (from certbot) (1.9.0) Requirement already satisfied: josepy>=2.0.0 in /opt/certbot/lib/python3.13/site-packages (from certbot) (2.2.0) Requirement already satisfied: parsedatetime>=2.6 in /opt/certbot/lib/python3.13/site-packages (from certbot) (2.6) Requirement already satisfied: pyrfc3339 in /opt/certbot/lib/python3.13/site-packages (from certbot) (2.1.0) Requirement already satisfied: cloudflare<2.20,>=2.19 in /opt/certbot/lib/python3.13/site-packages (from certbot-dns-cloudflare) (2.19.4) Requirement already satisfied: requests in /opt/certbot/lib/python3.13/site-packages (from cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (2.32.5) Requirement already satisfied: pyyaml in /opt/certbot/lib/python3.13/site-packages (from cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (6.0.3) Requirement already satisfied: jsonlines in /opt/certbot/lib/python3.13/site-packages (from cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (4.0.0) Requirement already satisfied: PyOpenSSL>=25.0.0 in /opt/certbot/lib/python3.13/site-packages (from acme>=5.1.0->certbot) (25.3.0) Requirement already satisfied: cffi>=2.0.0 in /opt/certbot/lib/python3.13/site-packages (from cryptography>=43.0.0->certbot) (2.0.0) Requirement already satisfied: pycparser in /opt/certbot/lib/python3.13/site-packages (from cffi>=2.0.0->cryptography>=43.0.0->certbot) (2.23) Requirement already satisfied: charset_normalizer<4,>=2 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (3.4.4) Requirement already satisfied: idna<4,>=2.5 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (3.11) Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (2.5.0) Requirement already satisfied: certifi>=2017.4.17 in /opt/certbot/lib/python3.13/site-packages (from requests->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (2025.10.5) Requirement already satisfied: attrs>=19.2.0 in /opt/certbot/lib/python3.13/site-packages (from jsonlines->cloudflare<2.20,>=2.19->certbot-dns-cloudflare) (25.4.0) ✔️ Updated Certbot ✔️ Started Services ✔️ Updated successfully! ```
Author
Owner

@CrazyWolf13 commented on GitHub (Nov 5, 2025):

awesome!

Those above are just warnings and "normal" can be ignored.

Can you test NPM functionality if everything works "fine" ?

@CrazyWolf13 commented on GitHub (Nov 5, 2025): awesome! Those above are just warnings and "normal" can be ignored. Can you test NPM functionality if everything works "fine" ?
Author
Owner

@sammyke007 commented on GitHub (Nov 5, 2025):

I can confirm too. Sorry for spreading wrong information. It was working fine over here.

@sammyke007 commented on GitHub (Nov 5, 2025): I can confirm too. Sorry for spreading wrong information. It was working fine over here.
Author
Owner

@bentschrader commented on GitHub (Nov 5, 2025):

It's working so far, but the certificates tab dont work. If click on it, the window is left empty. I have a custom wildcard certificate in use for my proxy hosts. Each proxy hosts show this in its configuration, but the certificates tab dont work anymore.

Furthermore the volume usage of the LXC increased, maybe the script does not remove the old files?

@bentschrader commented on GitHub (Nov 5, 2025): It's working so far, but the certificates tab dont work. If click on it, the window is left empty. I have a custom wildcard certificate in use for my proxy hosts. Each proxy hosts show this in its configuration, but the certificates tab dont work anymore. Furthermore the volume usage of the LXC increased, maybe the script does not remove the old files?
Author
Owner

@sammyke007 commented on GitHub (Nov 5, 2025):

My certificate tab opens without an issue? Have you tried clearing cache?

@sammyke007 commented on GitHub (Nov 5, 2025): My certificate tab opens without an issue? Have you tried clearing cache?
Author
Owner

@ianfriend commented on GitHub (Nov 5, 2025):

It's working so far, but the certificates tab dont work. If click on it, the window is left empty. I have a custom wildcard certificate in use for my proxy hosts. Each proxy hosts show this in its configuration, but the certificates tab dont work anymore.

Furthermore the volume usage of the LXC increased, maybe the script does not remove the old files?

I saw this too. had to increase my drive from 4GB to 8GB, and also was getting memory errors so increased from 1GB to 2GB RAM

@ianfriend commented on GitHub (Nov 5, 2025): > It's working so far, but the certificates tab dont work. If click on it, the window is left empty. I have a custom wildcard certificate in use for my proxy hosts. Each proxy hosts show this in its configuration, but the certificates tab dont work anymore. > > Furthermore the volume usage of the LXC increased, maybe the script does not remove the old files? I saw this too. had to increase my drive from 4GB to 8GB, and also was getting memory errors so increased from 1GB to 2GB RAM
Author
Owner

@CrazyWolf13 commented on GitHub (Nov 5, 2025):

hmm the app clears the existing folders like before, that didn't really "change" a lot.

Maybe the app just "grew" a bit.

Yeah I noticed slow builds and errors with just 1GB RAM so bumped to two

@CrazyWolf13 commented on GitHub (Nov 5, 2025): hmm the app clears the existing folders like before, that didn't really "change" a lot. Maybe the app just "grew" a bit. Yeah I noticed slow builds and errors with just 1GB RAM so bumped to two
Author
Owner

@bentschrader commented on GitHub (Nov 5, 2025):

Increased volume size an memory to 2048 MB, rebooted the LCX, clear the browser cache - no change, the certificates tab does not show anything, even not a menu.

Did a rollback and everything works fine.

@bentschrader commented on GitHub (Nov 5, 2025): Increased volume size an memory to 2048 MB, rebooted the LCX, clear the browser cache - no change, the certificates tab does not show anything, even not a menu. Did a rollback and everything works fine.
Author
Owner

@CrazyWolf13 commented on GitHub (Nov 5, 2025):

Certificate tab works fine for me too on all my test. Possibly check the log or report to nginxproxymanager repo.

@CrazyWolf13 commented on GitHub (Nov 5, 2025): Certificate tab works fine for me too on all my test. Possibly check the log or report to nginxproxymanager repo.
Author
Owner

@casjengu commented on GitHub (Nov 5, 2025):

As i dont have an existing instance i tried the development version and it works fine for me!
Even better than the version i tried 2 days ago.
(There i had problems with cloudflare DNS01-challenge and had to abort the process of setting up npm. Now it works without any modifications)

@casjengu commented on GitHub (Nov 5, 2025): As i dont have an existing instance i tried the development version and it works fine for me! Even better than the version i tried 2 days ago. (There i had problems with cloudflare DNS01-challenge and had to abort the process of setting up npm. Now it works without any modifications)
Author
Owner

@jidehem92 commented on GitHub (Nov 5, 2025):

The CrazyWolf13 script also works for me. I also had to increase the memory to 2048 (1024 wasn't enough). The certificate tab works correctly. Thank you!

@jidehem92 commented on GitHub (Nov 5, 2025): The CrazyWolf13 script also works for me. I also had to increase the memory to 2048 (1024 wasn't enough). The certificate tab works correctly. Thank you!
Author
Owner

@CrazyWolf13 commented on GitHub (Nov 5, 2025):

perfect, as soon as the PR is approved, you should be able to upgrade as usual

@CrazyWolf13 commented on GitHub (Nov 5, 2025): perfect, as soon as the PR is approved, you should be able to upgrade as usual
Author
Owner

@skuhnow commented on GitHub (Nov 6, 2025):

Everything works fine now. Thanks!

@skuhnow commented on GitHub (Nov 6, 2025): Everything works fine now. Thanks!
Author
Owner

@iecxiv commented on GitHub (Nov 6, 2025):

Increased volume size an memory to 2048 MB, rebooted the LCX, clear the browser cache - no change, the certificates tab does not show anything, even not a menu.

Did a rollback and everything works fine.

How did you get working 3 lines menu? for me is not working, upgrading even on fresh install. Thanks in advance

Edit: seems a bug in general app repo, there is issue opened.

@iecxiv commented on GitHub (Nov 6, 2025): > Increased volume size an memory to 2048 MB, rebooted the LCX, clear the browser cache - no change, the certificates tab does not show anything, even not a menu. > > Did a rollback and everything works fine. How did you get working 3 lines menu? for me is not working, upgrading even on fresh install. Thanks in advance Edit: seems a bug in general app repo, there is issue opened.
Author
Owner

@caglaryalcin commented on GitHub (Nov 6, 2025):

Yes, I was able to install nginx correctly. After setting the username and password, I uploaded my own certificate. After uploading it, the certificates page appears blank.

Image
@caglaryalcin commented on GitHub (Nov 6, 2025): Yes, I was able to install nginx correctly. After setting the username and password, I uploaded my own certificate. After uploading it, the certificates page appears blank. <img width="1923" height="914" alt="Image" src="https://github.com/user-attachments/assets/6dd8cafe-feb9-4dd6-a448-e3798e86bf90" />
Author
Owner

@bentschrader commented on GitHub (Nov 6, 2025):

Increased volume size an memory to 2048 MB, rebooted the LCX, clear the browser cache - no change, the certificates tab does not show anything, even not a menu.
Did a rollback and everything works fine.

How did you get working 3 lines menu? for me is not working, upgrading even on fresh install. Thanks in advance

Edit: seems a bug in general app repo, there is issue opened.

Can you post the link to the issue here please?

@bentschrader commented on GitHub (Nov 6, 2025): > > Increased volume size an memory to 2048 MB, rebooted the LCX, clear the browser cache - no change, the certificates tab does not show anything, even not a menu. > > Did a rollback and everything works fine. > > How did you get working 3 lines menu? for me is not working, upgrading even on fresh install. Thanks in advance > > Edit: seems a bug in general app repo, there is issue opened. Can you post the link to the issue here please?
Author
Owner

@iecxiv commented on GitHub (Nov 6, 2025):

#https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4831

@iecxiv commented on GitHub (Nov 6, 2025): #https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4831
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1929