Hi! Just faced this problem today. My screen is completely blank. In browser console, I get the following stack trace:
Uncaught TypeError: Cannot read properties of undefined (reading '0') at Object.accessorFn (app.bundle.js?ver=81200:1:622091) at Object.getValue (vendor.others.js?ver=81200:312:1968776) at Object.getValue (vendor.others.js?ver=81200:312:1961846) at app.bundle.js?ver=81200:1:1119691 at gl (vendor.react.js?ver=81200:2:152498) at xi (vendor.react.js?ver=81200:2:164992) at ku (vendor.react.js?ver=81200:2:213514) at bs (vendor.react.js?ver=81200:2:200715) at vs (vendor.react.js?ver=81200:2:200643) at gs (vendor.react.js?ver=81200:2:200506) I've tryied to use pgAdmin.Settings.show(), but it also throws the following stack trace: Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth') at A.loadLayout (vendor.others.js?ver=81200:312:1344417) at j.resetLayout (app.bundle.js?ver=81200:1:1187121) at Object.show (app.bundle.js?ver=81200:1:794026) at <anonymous>:1:18 loadLayout @ vendor.others.js?ver=81200:312 resetLayout @ app.bundle.js?ver=81200:1 show @ app.bundle.js?ver=81200:1 (anonymous) @ VM32:1Understand this error I've tryied to clear browser data (cookies, cache, etc) - no success. I've also restarted server, without any success as well. Would you help me? Thanks, ER