pixiebrix / pixiebrix-extension

PixieBrix browser extension
https://www.pixiebrix.com
GNU Affero General Public License v3.0
83 stars 22 forks source link

`Failed to read large IndexedDB value` error #9211

Open twschiller opened 2 days ago

twschiller commented 2 days ago

Describe the bug

Discussion

Resources

Desktop (please complete the following information):

grahamlangford commented 2 days ago

For triaging, one improvement we might want to make for IndexedDB errors is report which DB/table encountered the problem. E.g., the log DB being corrupted is less of a problem than the local package registry

Great callout, I will definitely implement that

grahamlangford commented 2 days ago

This error is being reported by reportError which is not supposed to happen anymore. I'll have to trace the callstack and find out why