rawgraphs-app icon indicating copy to clipboard operation
rawgraphs-app copied to clipboard

Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'open')

Open Tyrell20 opened this issue 1 year ago • 0 comments

Hi All After starting, navigating to the service URL I get the following error:

`Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'open') loadStoredCustomCharts src/hooks/useCustomCharts.js:73 70 | * @type {StoredCustomChart[]} 71 | */ 72 | const storedCustomCharts = JSON.parse(localStorage.getItem(STORE_NS) ?? '[]')

73 | const cache = await window.caches.open(STORE_NS) | ^ 74 | 75 | // Calculate an unique list of sources to load 76 | // It also read caches storage and create a browser url for file sources`

No impact appears to be there on fuctionality, just close the error to take advantage of the tool

RAWGraphs Version RAWGraphs v.1

Web browser and version 109.0.5414.168

Operating System RHEL 7.9

Tyrell20 avatar Nov 13 '24 11:11 Tyrell20