-
-
Notifications
You must be signed in to change notification settings - Fork 196
IndexedDB Error for Chrome
sienori edited this page Dec 9, 2020
·
2 revisions
Tab Session Manager uses IndexedDB to store sessions. It is a storage with good performance, but it may not be available due to IndexedDB corruption.
This problem is not specific to TSM, there is a problem with your browser profile.
In order to use Tab Session Manager, it is necessary to solve the IndexedDB error according to the following procedure.
for Firefox: https://github.com/sienori/Tab-Session-Manager/wiki/IndexedDB-Error
First, try restarting your browser. If the problem persists, please follow the steps below.
If you delete "IndexedDB" folder, you can create new sessions again. It is recommended to make a backup.
- Windows
%USERPROFILE%\AppData\Local\Google\Chrome\UserData\Default\IndexedDB
- Mac
/Users/[USERNAME]/Library/ApplicationSupport/Google/Chrome/Default/IndexedDB/
- Linux
/home/[USERNAME]/.config/google-chrome/Default/IndexedDB/