When I go to the webgui home page, the screen is blank but I get an error in the browser console:
The VM's are running and these basic commands work without error:
Any suggestions?
Code:
Uncaught Exception { name: "NS_ERROR_STORAGE_CONSTRAINT",
message: "",
result: 2153971715,
filename: "https://192.168.0.199:8006/pve2/ext6/ext-all.js",
lineNumber: 22,
columnNumber: 0,
data: null,
stack: "getKeys@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:943054\nreadLocalStorage@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:2013972\nconstructor@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:2013881\ncallParent@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:88720\nconstructor@https://192.168.0.199:8006/pve2/js/pvemanagerlib.js?ver=6.4-13:1290:5\ng@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:91176\nanonymous@https://192.168.0.199:8006/pve2/ext6/ext-all.js line 22 > Function:3:8\ncreate@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:104903\ninitComponent@https://192.168.0.199:8006/pve2/js/pvemanagerlib.js?ver=6.4-13:47790:21\nconstructor@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:496075\ng@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:91176\nanonymous@https://192.168.0.199:8006/pve2/ext6/ext-all.js line 22 > Function:3:8\ncreate@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:104903\n@https://192.168.0.199:8006/:38:34\ninvoke@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:127983\ndoInvokeAll@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:128357\ninvokeAll@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:128098\nhandleReady@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:127674\nhandleReadySoon/b.timer<@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:127816\nbind/Ext.Function@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:58804\ndefer/Ext.Function<@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:59871\nsetTimeout handler*defer@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:59797\nhandleReadySoon@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:127784\nfireReady@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:127557\ndoReadyEvent@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:128936\nonReadyEvent@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:128831\nEventListener.handleEvent*bind@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:127125\n@https://192.168.0.199:8006/pve2/ext6/ext-all.js:22:130609\n@https://192.168.0.199:8006/pve2/ext6/ext-a
ll.js:22:130616\n" }
The VM's are running and these basic commands work without error:
Code:
pvesm status
pvesm list ...
Any suggestions?