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

Bug: Application error: Failed to read large IndexedDB value DataError: Failed to read large ... #2610

Open
1 task done
a869140279 opened this issue Jul 29, 2024 · 2 comments

Comments

@a869140279
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Error message: Failed to read large IndexedDB value
DataError: Failed to read large IndexedDB value

Error stack:

DataError: Failed to read large IndexedDB value
 DataError: Failed to read large IndexedDB value
    at vn.rejectionMapper (altair://-/main.js:3:369206)
    at Xk (altair://-/main.js:3:303628)
    at IDBRequest.<anonymous> (altair://-/main.js:3:330469)
    at IDBRequest.__zone_symbol__ON_PROPERTYerror (altair://-/main.js:3:305416)
    at IDBRequest.Qt (altair://-/polyfills.js:3:29957)
    at t.invokeTask (altair://-/polyfills.js:3:25686)
    at Object.onInvokeTask (altair://-/main.js:3:80112)
    at t.invokeTask (altair://-/polyfills.js:3:25607)

Expected Behavior

No errors should occur

Steps To Reproduce

This will happen when you reopen it after installation

Environment

- OS: 
- Browser: 
- Platform: 
- Version: 7.3.3

Additional context

No response

@imolorhe
Copy link
Collaborator

imolorhe commented Aug 31, 2024

Looks like an issue in chromium https://issues.chromium.org/issues/342779913?pli=1

As described, there's nothing we can do here since chrome doesn't provide enough information or gracefully handle this case, so best would be to follow up upstream

@imolorhe
Copy link
Collaborator

imolorhe commented Aug 31, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants