Fix for ChatGPT Not Loading Properly in Brave Browser
I saw a lot of people asking about this but there was no solution given. Here I have found the solution so I hope this helps!
Problem:
ChatGPT was getting stuck on the “Select your workspace” screen, with nothing clickable. This only happened in normal windows in the Brave browser — it worked fine in a private window. Works fine in other browsers. Clearing cookies and site data and putting shields down didn’t help.
Please note other people have experienced various other errors but the bottom line is that ChatGPT was not working in the Brave browser.
Cause:
Corrupted or outdated local storage or session storage data from a previous session. Even after clearing cookies, Brave retained leftover site data (like cached scripts, tokens, or app state) that broke the app’s interface.
Fix:
Manually cleared local storage and session storage for chat.openai.com using Dev Tools.
⸻
Fix Steps:
-
Open ChatGPT in a regular Brave window
-
Right-click the page > click Inspect
-
Go to the “Application” tab
-
In the left sidebar:
• Under Local Storage and Session Storage, right-click on anything listed and select Clear
- Refresh the page
⸻
MORE DETAILED STEPS:
4. Disable Extensions Temporarily
5. Clear Local Storage & Cache Specifically
Cookies are only part of the data — JavaScript, tokens, and app states are stored in local storage and session storage, which private windows don’t use.
How to clear local storage:
-
Open ChatGPT in a regular window
-
Right-click anywhere > Inspect
-
Go to the “Application” tab in Dev Tools
-
On the left sidebar, under “Storage”, click:
• Local Storage > https://chat.openai.com — Right-click > Clear
• Session Storage — Right-click > Clear
• Also click on “Clear site data” near the top if visible
- Refresh ChatGPT