I can visit the web GUI but there are errors in the webconsole
Code:
proxmoxlib.js:751 Uncaught SyntaxError: Unexpected token ')'
pvemanagerlib.js?ver=9.0.5:1524 Starting Proxmox VE Manager
pvemanagerlib.js?ver=9.0.5:2087 Uncaught TypeError: Cannot read properties of undefined (reading 'defaultText')
at pvemanagerlib.js?ver=9.0.5:2087:40
ext-all.js?ver=7.0.0:22 Failed to load resource: the server responded with a status of 500 (no such file '/PVE/StdWorkspace.js')
fetch @ ext-all.js?ver=7.0.0:22
VM40:3 Uncaught TypeError: c is not a constructor
at eval (eval at getInstantiator (ext-all.js?ver=7.0.0:22:114222), <anonymous>:3:8)
at Object.create (ext-all.js?ver=7.0.0:22:116004)
at (index):45:34
at Object.invoke (ext-all.js?ver=7.0.0:22:143801)
at Object.doInvokeAll (ext-all.js?ver=7.0.0:22:144172)
at Object.invokeAll (ext-all.js?ver=7.0.0:22:143917)
at Object.handleReady (ext-all.js?ver=7.0.0:22:143490)
at ext-all.js?ver=7.0.0:22:143632
at Object.elevate (ext-all.js?ver=7.0.0:22:31447)
at c (ext-all.js?ver=7.0.0:22:64430)
Would be nice if someone knows whats going on and could help me out.
It looks like a failed upgrade. There has been more than a few similar threads over the last couple of weeks.
Here is an example thread with a number of steps that may be helpful if not in resolving the problem, then at providing more information for others to help:
Hi- I'm sure I did something stupid but I'm messing around on a homelab that was running PVE 8.4 and I attempted to upgrade to 9.0 this morning. After rebooting, the webinterface didn't start. I ssh'd in and after doing some quick googling, I tried
and was greeted with the following:
(all of the other errors are similar)
I've gone through and disabled repos associated with Debian 13 and attempted to remove Proxmox 9 apt sources and downgrade but nothing has worked so far. Any help would be much appreciated.
not the same issue have. I had this issue also with the latest 8 release and hoped to fix if with installing version 9. What more infos can I provide you guys for better helping me?
The issue is not the same, but some of the commands and troubleshooting steps are applicable.
I had this issue also with the latest 8 release and hoped to fix if with installing version 9
So you had a pre-existing broken installation and hoped that an upgrade might fix it but it didn't?
Have you, by chance, used one of the community scripts that "optimizes" PVE installation?
You can try: debsums -c
You can also try "apt update -y && apt dist-upgrade -y" and post the entire output here.
You can also try: apt install --reinstall proxmox-ve pve-manager pve-cluster pve-ha-manager
Did you check that the repositories are correct?
You can also try to force reinstall all pve* and proxmox* packages in the list above.
The starting point is that there are hundreds of thousands of users for whom PVE works fine. That means something is broken in your specific environment: it could even be something as simple as a corrupted filesystem caused by a bad disk. There’s no single-click fix here. The only way forward is to methodically check one thing after another while keeping an eye on the logs.
Since your system was already in a broken state and no root cause has been identified, you might also want to consider starting fresh. Ultimately, only you can decide whether it’s worth investing more time in troubleshooting versus rebuilding.
Okay litte update after a bit more testing. I found out that my system brakes after the post script run. After a bit more digging I found out that I had some realy old comunity scripts installed I totaly forgot about. after cleaning up and a reinstall just in case everything works just fine.
Hi All. Thanks to everyone for the suggestions. For me, it was definitely the "/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js" that was causing the issue. I tried a gazillion other fixes first, but in the end, it was reinstalling the Proxmox-widget-toolkit and the restarting the pveproxy service is what did it
Hi All. Thanks to everyone for the suggestions. For me, it was definitely the "/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js" that was causing the issue. I tried a gazillion other fixes first, but in the end, it was reinstalling the Proxmox-widget-toolkit and the restarting the pveproxy service is what did it