Hub C5 local access not working (sort of)

Well it's looking more and more like a corrupted hub for some reason, when trying to access the main page or the diagnostics page from Firefox or any other browser I never tried with the hub, the tab for that page will have the correct title, so I looked at the source and found this...

<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=[/images/favicon.ico](view-source:http://192.168.0.136:8081/images/favicon.ico)><title>Hubitat Diagnostic Tool</title><link href=[/js/app.js](view-source:http://192.168.0.136:8081/js/app.js) rel=preload as=script><link href=[/js/chunk-vendors.js](view-source:http://192.168.0.136:8081/js/chunk-vendors.js) rel=preload as=script></head><body><noscript><strong>We're sorry but updatetool doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=[/js/chunk-vendors.js](view-source:http://192.168.0.136:8081/js/chunk-vendors.js)></script><script src=[/js/app.js](view-source:http://192.168.0.136:8081/js/app.js)></script></body></html>

So it is responding but tells me that javascript is not enabled???

But when I try it in Chrome, my regular browser, I get this...

<!doctype html>

New Tab body { background: #FFFFFF; margin: 0; }
  #backgroundImage {
    border: none;
    height: 100%;
    pointer-events: none;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
  }

  [show-background-image] #backgroundImage {
    visibility: visible;
  }
</style>