Not able to open any script v0.4.8 #78

Closed
opened 2025-11-20 04:12:24 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @j4nk00 on GitHub (Oct 24, 2025).

Have you read and understood the above guidelines?

yes

📝 Provide a clear and concise description of the issue.

After update to v0.4.8 I'm not able to open any script by clicking on it's icon. I tried to to make a clean install with the same effect. Tested on chrome/firefox/edge.

🔄 Steps to reproduce the issue.

Click on any item.
Image

Paste the full error output (if available).

🖼️ Additional context (optional).

No response

Originally created by @j4nk00 on GitHub (Oct 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📝 Provide a clear and concise description of the issue. After update to v0.4.8 I'm not able to open any script by clicking on it's icon. I tried to to make a clean install with the same effect. Tested on chrome/firefox/edge. ### 🔄 Steps to reproduce the issue. Click on any item. <img width="891" height="426" alt="Image" src="https://github.com/user-attachments/assets/da2f7768-6748-4389-bbeb-9d733e7c6405" /> ### ❌ Paste the full error output (if available). - ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 04:12:24 -05:00
Author
Owner

@ryangrelck commented on GitHub (Oct 24, 2025):

Same issue here right after the update. Tried different browsers and rebooted the LXC and still not able to see any script details.

@ryangrelck commented on GitHub (Oct 24, 2025): Same issue here right after the update. Tried different browsers and rebooted the LXC and still not able to see any script details.
Author
Owner

@dzltron commented on GitHub (Oct 24, 2025):

I ran the update inside of the app after I saw there was an update for 0.4.8. It did not work for me, so I ran 'update' from the console of the LXC and it said there was an update and processed some upgrades. Still does not work for me though.

` ✔️ Update available: ProxmoxVE-Local 0.4.7 → 0.4.8
✔️ Stopped Services
✔️ Backed up Data
✔️ Deployed: ProxmoxVE-Local (0.4.8)
✔️ Restored Data
npm warn deprecated @types/bcryptjs@3.0.0: This is a stub types definition. bcryptjs provides its own type definitions, so you do not need this installed.

added 784 packages, and audited 785 packages in 12s

300 packages are looking for funding
run npm fund for details

found 0 vulnerabilities

pve-scripts-local@0.1.0 build
next build

▲ Next.js 15.5.6

  • Environments: .env

Creating an optimized production build ...
✓ Compiled successfully in 4.4s
Linting and checking validity of types .. ⨯ ESLint: Converting circular structure to JSON --> starting at object with constructor 'Object' | property 'configs' -> object with constructor 'Object' | property 'flat' -> object with constructor 'Object' | ... | property 'plugins' -> object with constructor 'Object' --- property 'react' closes the circle Referenced from:
✓ Linting and checking validity of types
✓ Collecting page data
✓ Generating static pages (16/16)
✓ Collecting build traces
✓ Finalizing page optimization

Route (app) Size First Load JS
┌ ○ / 371 kB 513 kB
├ ○ /_not-found 996 B 103 kB
├ ƒ /api/auth/login 161 B 102 kB
├ ƒ /api/auth/setup 161 B 102 kB
├ ƒ /api/auth/verify 161 B 102 kB
├ ƒ /api/servers 161 B 102 kB
├ ƒ /api/servers/[id] 161 B 102 kB
├ ƒ /api/servers/[id]/public-key 161 B 102 kB
├ ƒ /api/servers/[id]/test-connection 161 B 102 kB
├ ƒ /api/servers/generate-keypair 161 B 102 kB
├ ƒ /api/settings/auth-credentials 161 B 102 kB
├ ƒ /api/settings/auto-sync 161 B 102 kB
├ ƒ /api/settings/color-coding 161 B 102 kB
├ ƒ /api/settings/filters 161 B 102 kB
├ ƒ /api/settings/github-token 161 B 102 kB
├ ƒ /api/settings/save-filter 161 B 102 kB
├ ƒ /api/settings/view-mode 161 B 102 kB
└ ƒ /api/trpc/[trpc] 161 B 102 kB

  • First Load JS shared by all 102 kB
    ├ chunks/255-a78b69fc76e8afca.js 45.5 kB
    ├ chunks/4bd1b696-409494caf8c83275.js 54.2 kB
    └ other shared chunks (total) 2.05 kB

○ (Static) prerendered as static content
ƒ (Dynamic) server-rendered on demand

✔️ Updated PVE Scripts local
✔️ Started Services
✔️ Updated Successfully`

@dzltron commented on GitHub (Oct 24, 2025): I ran the update inside of the app after I saw there was an update for 0.4.8. It did not work for me, so I ran 'update' from the console of the LXC and it said there was an update and processed some upgrades. Still does not work for me though. >` ✔️ Update available: ProxmoxVE-Local 0.4.7 → 0.4.8 ✔️ Stopped Services ✔️ Backed up Data ✔️ Deployed: ProxmoxVE-Local (0.4.8) ✔️ Restored Data npm warn deprecated @types/bcryptjs@3.0.0: This is a stub types definition. bcryptjs provides its own type definitions, so you do not need this installed. added 784 packages, and audited 785 packages in 12s 300 packages are looking for funding run `npm fund` for details found 0 vulnerabilities > pve-scripts-local@0.1.0 build > next build ▲ Next.js 15.5.6 - Environments: .env Creating an optimized production build ... ✓ Compiled successfully in 4.4s Linting and checking validity of types .. ⨯ ESLint: Converting circular structure to JSON --> starting at object with constructor 'Object' | property 'configs' -> object with constructor 'Object' | property 'flat' -> object with constructor 'Object' | ... | property 'plugins' -> object with constructor 'Object' --- property 'react' closes the circle Referenced from: ✓ Linting and checking validity of types ✓ Collecting page data ✓ Generating static pages (16/16) ✓ Collecting build traces ✓ Finalizing page optimization Route (app) Size First Load JS ┌ ○ / 371 kB 513 kB ├ ○ /_not-found 996 B 103 kB ├ ƒ /api/auth/login 161 B 102 kB ├ ƒ /api/auth/setup 161 B 102 kB ├ ƒ /api/auth/verify 161 B 102 kB ├ ƒ /api/servers 161 B 102 kB ├ ƒ /api/servers/[id] 161 B 102 kB ├ ƒ /api/servers/[id]/public-key 161 B 102 kB ├ ƒ /api/servers/[id]/test-connection 161 B 102 kB ├ ƒ /api/servers/generate-keypair 161 B 102 kB ├ ƒ /api/settings/auth-credentials 161 B 102 kB ├ ƒ /api/settings/auto-sync 161 B 102 kB ├ ƒ /api/settings/color-coding 161 B 102 kB ├ ƒ /api/settings/filters 161 B 102 kB ├ ƒ /api/settings/github-token 161 B 102 kB ├ ƒ /api/settings/save-filter 161 B 102 kB ├ ƒ /api/settings/view-mode 161 B 102 kB └ ƒ /api/trpc/[trpc] 161 B 102 kB + First Load JS shared by all 102 kB ├ chunks/255-a78b69fc76e8afca.js 45.5 kB ├ chunks/4bd1b696-409494caf8c83275.js 54.2 kB └ other shared chunks (total) 2.05 kB ○ (Static) prerendered as static content ƒ (Dynamic) server-rendered on demand ✔️ Updated PVE Scripts local ✔️ Started Services ✔️ Updated Successfully`
Author
Owner

@smartkid808 commented on GitHub (Oct 24, 2025):

Hi Same here. Was about to post this. Thanks so much for your hard work!

@smartkid808 commented on GitHub (Oct 24, 2025): Hi Same here. Was about to post this. Thanks so much for your hard work!
Author
Owner

@michelroegl-brunner commented on GitHub (Oct 24, 2025):

Found the bug, please update, then it is fixed. 0.4.8.1 commes arround any minute now

@michelroegl-brunner commented on GitHub (Oct 24, 2025): Found the bug, please update, then it is fixed. 0.4.8.1 commes arround any minute now
Author
Owner

@j4nk00 commented on GitHub (Oct 24, 2025):

Found the bug, please update, then it is fixed. 0.4.8.1 commes arround any minute now

Thank you! It's working right now.

@j4nk00 commented on GitHub (Oct 24, 2025): > Found the bug, please update, then it is fixed. 0.4.8.1 commes arround any minute now Thank you! It's working right now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#78