Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tyrell20 opened this issue Nov 13, 2024 · 0 comments
Labels

Comments

@Tyrell20
Copy link

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 Tyrell20 added the bug label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant