Hi folks, I've got a bit of a strange issue here that's occurring on only one of the servers I updated. The guests seem to be running fine but the GUI is less responsive and portions of the GUI won't load such as the storage views, it seems to hang waiting for JSON it can't parse. Additionally, parts of the toolbar GUI have changed, the text is around 5x larger and the on hover and on selected colors changed to a deeper blue. The rest of the GUI looks normal besides those changes/issues. I tried running
to see if that would fix the issue but it didn't resolve it. Does anyone have any ideas?
The javascript errors can be seen below (url replaced with example.com):
here is a picture of the GUI changes:
Code:
apt install --reinstall pve-manager proxmox-widget-toolkit
The javascript errors can be seen below (url replaced with example.com):
Code:
Starting PVE Manager pvemanagerlib.js:1482:9
Loading failed for the <script> with source “https://example.com/PVE/window/Wizard.js?_dc=1660640727936”. example.com:1:1
Loading failed for the <script> with source “https://example.com/PVE/panel/AuthBase.js?_dc=1660640727944”. example.com:1:1
Loading failed for the <script> with source “https://example.com/PVE/panel/Config.js?_dc=1660640727947”. example.com:1:1
Loading failed for the <script> with source “https://example.com/PVE/panel/StatusView.js?_dc=1660640727972”. example.com:1:1
Some cookies are misusing the recommended “SameSite“ attribute 7
Uncaught TypeError: me is undefined
selectionchange https://example.com/pve2/js/pvemanagerlib.js?ver=7.2-7:29161
ExtJS 26
task https://example.com/pve2/js/pvemanagerlib.js?ver=7.2-7:3237
ExtJS 3
pvemanagerlib.js:29161:7
selectionchange https://example.com/pve2/js/pvemanagerlib.js?ver=7.2-7:29161
ExtJS 26
task https://example.com/pve2/js/pvemanagerlib.js?ver=7.2-7:3237
ExtJS 3
Uncaught Error: Unable to parse the JSON returned by the server: Ext.JSON.decode(): You're trying to decode an invalid JSON String: undefined
ExtJS 2
getResponseData https://example.com/proxmoxlib.js?ver=3.5.1:1853
ExtJS 9
ext-all.js:22:31982
ExtJS 2
getResponseData https://example.com/proxmoxlib.js?ver=3.5.1:1853
ExtJS 9
Uncaught TypeError: me is undefined
selectionchange https://example.com/pve2/js/pvemanagerlib.js?ver=7.2-7:29161
ExtJS 26
task https://example.com/pve2/js/pvemanagerlib.js?ver=7.2-7:3237
ExtJS 3
pvemanagerlib.js:29161:7
Uncaught Error: Unable to parse the JSON returned by the server: Ext.JSON.decode(): You're trying to decode an invalid JSON String: undefined
ExtJS 2
getResponseData https://example.com/proxmoxlib.js?ver=3.5.1:1853
ExtJS 9
ext-all.js:22:31982
here is a picture of the GUI changes: