mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[GH-ISSUE #483] Update to 0.5.6 failed #137
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmcruvellier on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/483
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
Once again update is failing... tried from a fresh 0.5.5 (as previous update failed as well)
🔄 Steps to reproduce the issue.
Click on the Update button on th UI
❌ Paste the full error output (if available).
[ERROR] Failed to build application
[ERROR] npm run build output:
[ERROR] BUILD:
[ERROR] BUILD: > pve-scripts-local@0.5.6 build
[ERROR] BUILD: > prisma generate && next build --webpack
[ERROR] BUILD:
[ERROR] BUILD: Loaded Prisma config from prisma.config.ts.
[ERROR] BUILD:
[ERROR] BUILD: Prisma schema loaded from prisma/schema.prisma.
[ERROR] BUILD:
[ERROR] BUILD: ✔ Generated Prisma Client (7.3.0) to ./prisma/generated/prisma in 99ms
[ERROR] BUILD:
[ERROR] BUILD: ▲ Next.js 16.1.6 (webpack)
[ERROR] BUILD: - Environments: .env
[ERROR] BUILD:
[ERROR] BUILD: Creating an optimized production build ...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 1/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 1/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 1/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 2/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 2/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 2/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 3/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 3/3...
[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: Retrying 3/3...
[ERROR] BUILD: AggregateError:
[ERROR] BUILD: at ignore-listed frames {
[ERROR] BUILD: code: 'ETIMEDOUT'
[ERROR] BUILD: }
[ERROR] BUILD: AggregateError:
[ERROR] BUILD: at ignore-listed frames {
[ERROR] BUILD: code: 'ETIMEDOUT'
[ERROR] BUILD: }
[ERROR] BUILD: AggregateError:
[ERROR] BUILD: at ignore-listed frames {
[ERROR] BUILD: code: 'ETIMEDOUT'
[ERROR] BUILD: }
[ERROR] BUILD: Failed to compile.
[ERROR] BUILD:
[ERROR] BUILD: src/app/layout.tsx
[ERROR] BUILD:
next/fonterror:[ERROR] BUILD: Failed to fetch
Geistfrom Google Fonts.[ERROR] BUILD:
[ERROR] BUILD:
[ERROR] BUILD: > Build failed because of webpack errors
[ERROR] Install and build failed, rolling back...
[WARNING] Rolling back to previous version...
[2026-01-29 21:09:39] Restoring from backup directory: /tmp/pve-scripts-backup-20260129-210815
[2026-01-29 21:09:39] Restoring data directory...
[SUCCESS] Data directory restored from backup
[2026-01-29 21:09:39] Restoring .env file...
[SUCCESS] .env file restored from backup
[2026-01-29 21:09:39] Restoring scripts/ct directory from backup...
[SUCCESS] scripts/ct directory restored from backup
[2026-01-29 21:09:39] Restoring scripts/install directory from backup...
[SUCCESS] scripts/install directory restored from backup
[2026-01-29 21:09:39] Restoring scripts/tools directory from backup...
[SUCCESS] scripts/tools directory restored from backup
[2026-01-29 21:09:39] Restoring scripts/vm directory from backup...
[SUCCESS] scripts/vm directory restored from backup
[2026-01-29 21:09:39] Cleaning up backup directory...
[2026-01-29 21:09:39] Re-enabling systemd service after failure...
[SUCCESS] Service re-enabled
[SUCCESS] Service started
[ERROR] Update failed. Please check the logs and try again.
🖼️ Additional context (optional).
No response
@jmcruvellier commented on GitHub (Jan 29, 2026):
When I closed to Update window, it's displaying version 0.5.6...
But if I reboot the container, the web app is no more accessible.
@michelroegl-brunner commented on GitHub (Jan 29, 2026):
Hmh, it looks like you had a issue downloading a Font we use
Failed to fetch Geist from Google Fonts.can you please check if https://fonts.google.com is reachable from within your lxc?@jmcruvellier commented on GitHub (Jan 29, 2026):
I restored a backup, ping fonts.google.com ok:
This time the update worked! Closing the issue