altair-graphql / altair

✨⚡️ A feature-rich GraphQL Client for all platforms.
https://altairgraphql.dev
MIT License
5.13k stars 317 forks source link

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

Open a869140279 opened 2 months ago

a869140279 commented 2 months ago

Is there an existing issue for this?

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 commented 1 month ago

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 commented 1 month ago

Other related: https://github.com/johannesjo/super-productivity/issues/607 https://github.com/pouchdb/pouchdb/issues/7098