Problem
Sometimes users can end up in a state where their sidebar will say they have a draft but when they navigate to the drafts page it says there are no drafts available.
Solution
Desktop:
- In the toolbar click View.
- In the dropdown select Developer tools > Developer tools for current server.
- From the open panel, select Application.
- Click the arrow next to IndexedDB.
- Click the arrow next to localforage.
- Select keyvaluepairs.
- Above the right panel there will be a stop sign button that says Clear object store when you hover over it. Click the Clear object store button.
- Refresh the page.
Chrome:
- Go to Mattermost
- Look for the vertical ellipsis button, then select More Tools > Developer Tools.
- From the open panel, select Application.
- Click the arrow next to IndexedDB.
- Click the arrow next to localforage.
- Select keyvaluepairs.
- Above the right panel there will be a stop sign button that says Clear object store when you hover over it. Click the Clear object store button.
- Refresh the page.
Firefox:
- Select the Firefox menu in the top-right of your browser window, then select More Tools > Web Developer Tools.
- The Developer Tools opens as a docked panel at the side or bottom of Firefox. Select the Storage tab.
- Click the arrow next to IndexedDB.
- Click the arrow next to localforage.
- Select keyvaluepairs.
- Right click on persist:storage.
- Click Delete persist:storage.
- Refresh the page.
Comments
Article is closed for comments.