I did update the system today and since only get a blank page with the following content when trying to access the Web UI:
I saw the suggestion to do apt-get install --reinstall libjs-extjs elsewhere, but that didn't help.
Using different browers, icognito mode, removing cache didn't help either.
Browser console reports:
After about four minutes the page actually did come up, but i don't really want to wait for four minutes each time i want to get into the Interface oO
Code:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>server-01 - Proxmox Virtual Environment</title>
<link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
<link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
<link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-crisp/resources/theme-crisp-all.css" />
<link rel="stylesheet" type="text/css" href="/pve2/ext6/crisp/resources/charts-all.css" />
<link rel="stylesheet" type="text/css" href="/pve2/fa/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="/pve2/css/ext6-pve.css?ver=6.2-10" />
<link rel="stylesheet" type="text/css" href="/pwt/css/ext6-pmx.css?ver=2.2-9" />
<script type='text/javascript'>function gettext(buf) { return buf; }</script>
<script type="text/javascript" src="/pve2/ext6/ext-all.js"></script>
<script type="text/javascript" src="/pve2/ext6/charts.js"></script>
<script type="text/javascript" src="/pve2/js/u2f-api.js"></script>
<script type="text/javascript" src="/pve2/js/qrcode.min.js"></script>
<script type="text/javascript">
Proxmox = {
Setup: { auth_cookie_name: 'PVEAuthCookie' },
defaultLang: 'en',
UserName: '',
CSRFPreventionToken: 'null'
};
</script>
<script type="text/javascript" src="/proxmoxlib.js?ver=2.2-9"></script>
<script type="text/javascript" src="/pve2/js/pvemanagerlib.js?ver=6.2-10"></script>
<script type="text/javascript" src="/pve2/ext6/locale/locale-en.js"></script>
<script type="text/javascript">
if (typeof(PVE) === 'undefined') PVE = {};
Ext.History.fieldid = 'x-history-field';
Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
</script>
</head>
<body>
<!-- Fields required for history management -->
<form id="history-form" class="x-hidden">
<input type="hidden" id="x-history-field"/>
</form>
</body>
</html>
I saw the suggestion to do apt-get install --reinstall libjs-extjs elsewhere, but that didn't help.
Using different browers, icognito mode, removing cache didn't help either.
Browser console reports:
Code:
Starting PVE Manager
Wizard.js:1 Failed to load resource: the server responded with a status of 501 (no such file '/PVE/window/Wizard.js')
ext-all.js:22 GET https://xxxxx/PVE/panel/AuthBase.js?_dc=1596675644979 net::ERR_ABORTED 501 (no such file '/PVE/panel/AuthBase.js')
evaluateLoadElement @ ext-all.js:22
loadElement @ ext-all.js:22
load @ ext-all.js:22
loadEntries @ ext-all.js:22
processRequest @ ext-all.js:22
load @ ext-all.js:22
requestComplete @ ext-all.js:22
notify @ ext-all.js:22
processLoadedEntries @ ext-all.js:22
notifyRequests @ ext-all.js:22
r @ ext-all.js:22
(anonym) @ ext-all.js:22
u @ ext-all.js:22
ext-all.js:22 GET https://xxxxx/PVE/panel/Config.js?_dc=1596675644980 net::ERR_ABORTED 501 (no such file '/PVE/panel/Config.js')
evaluateLoadElement @ ext-all.js:22
loadElement @ ext-all.js:22
load @ ext-all.js:22
loadEntries @ ext-all.js:22
processRequest @ ext-all.js:22
load @ ext-all.js:22
requestComplete @ ext-all.js:22
notify @ ext-all.js:22
processLoadedEntries @ ext-all.js:22
notifyRequests @ ext-all.js:22
r @ ext-all.js:22
(anonym) @ ext-all.js:22
u @ ext-all.js:22
error (asynchron)
createLoadElement @ ext-all.js:22
loadElement @ ext-all.js:22
load @ ext-all.js:22
loadEntries @ ext-all.js:22
processRequest @ ext-all.js:22
load @ ext-all.js:22
requestComplete @ ext-all.js:22
notify @ ext-all.js:22
processLoadedEntries @ ext-all.js:22
notifyRequests @ ext-all.js:22
r @ ext-all.js:22
(anonym) @ ext-all.js:22
u @ ext-all.js:22
ext-all.js:22 GET https://xxxxx/PVE/panel/StatusView.js?_dc=1596675644998 net::ERR_ABORTED 501 (no such file '/PVE/panel/StatusView.js')
After about four minutes the page actually did come up, but i don't really want to wait for four minutes each time i want to get into the Interface oO