Solved

Update Universal to 2021.2.16.0 gives caches error

  • 23 September 2021
  • 3 replies
  • 84 views

Userlevel 2
Badge +3

did an update of Universal from 2021.2.15 to .16 and when trying to clear cache or logout user we get the following error:

 

Uncaught ReferenceError: caches is not defined
Error: Uncaught ReferenceError: caches is not defined at window.onerror (http://{masked-internal-url}/Universal/static/js/main.110cb9a5.js:1:105329)

 

When we go back to .15 the error is gone again.

 

Running on Indicium 2021.3.10, but also tested on Indicium 2021.2.18, and bot situations had this issue.

Clearing cache from browser (Edge and Chrome) also didn't solve the issue.

Anyone has a clue what might be the issue ?

icon

Best answer by Mark Jongeling 23 September 2021, 13:50

View original

3 replies

Userlevel 7
Badge +23

Hi,

Is it an option for you to use https? in the error we see http.

Userlevel 2
Badge +3

Hi,

Is it an option for you to use https? in the error we see http.

we only have our production system currently on HTTPS and our DTA not.

But did a quick test by using a default certificate, and indeed this solved the issue!

So there has been something changed in .16 regarding certificates ? Can't read it in the releasenotes.

 

Userlevel 7
Badge +23

Coming from the Universal GUI team:

This is a bug in the Universal GUI that was introduced together with Offline mode. The caches is an API of the browser we use to make Offline mode possible, but that only works with HTTPS.

So, the team knows about this and will resolve this. Offline mode is unavailable when using HTTP, it currently only works with HTTPS.

Reply