Troubleshooting IndexedDB Errors
Troubleshooting IndexedDB connection, quota, and corruption problems
Background

Solution 1: restart the browser profile
Solution 2: delete local databases via the Chrome Developer Tools

Solution 3: manually delete IndexedDB files from the file system

Locating the IndexedDB paths on the IndexedDB internals page

Solution 4: recover local databases

Click "Force Close" to force close local database connections 
Click "Recover Databases" to recover the local database
Frequently Asked Questions
How do I determine if my Chrome profile is corrupted?
How do I determine if IndexedDB database connections are blocked/deadlocked?
How do I fix an "Unable to create sequential file" error?
Last updated
Was this helpful?