Some tabs like Docker won't load after 6.9 -> 6.10 update


Recommended Posts

I recently updated from 6.9-beta35 to 6.10.0-rc2, and I noticed that my desktop PC cannot open some tabs like the Docker tab. My desktop's connection is routed through the unRAID server (bridged via network settings) and I'm using a 10 Gbit NIC in both my server and the unRAID server.

 

I can easily connect from my phone or other devices that are not bridged through unRAID.

 

I also see these errors in the browser console:

 

Quote

Uncaught TypeError: Cannot set properties of null (setting 'systemTemp')

 

Quote

Uncaught TypeError: Cannot read properties of null (reading 'docker')

 

I have attached the diagnostics file.

 

EDIT: Seems like Chrome is the culprit here, even though I cleared everything and even tried incognito. Edge works fine. I don't get those console errors in Edge.

 

EDIT 2: I found a fix, but it's really ugly. I edited this file: /usr/local/emhttp/webGui/include/DefaultPageLayout.php and changed the var timers = {}; to const timers = {};. For some reason, something is setting the timers variable to null. No clue why. It should be a constant either way, so I guess this is good for now.

littlefinger-diagnostics-20220215-1706.zip

Edited by mortenmoulder
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.