If the ChatGPT web app suddenly pops up “Something went wrong” or the conversation can’t continue, it’s usually not because the model is broken, but because the network, browser environment, or request content has triggered an exception. Below, in a “quick first, slower later” order, I’ve整理ed the most common causes of ChatGPT errors and practical fix steps so you can rule them out one by one.
Start with three quick checks to confirm whether it’s an environment issue
First, open an incognito window and log back into ChatGPT to see whether it still errors; incognito mode can bypass most cache and extension interference. Second, switch to mobile data or try a different network environment—many “Something went wrong” issues are actually caused by network instability, DNS pollution, or blocks from a corporate gateway. Third, check OpenAI’s service status page (status.openai.com). If there’s a service-side incident, repeatedly refreshing will only waste time.
If ChatGPT recovers immediately after switching networks, prioritize fixing your local network: restart the router, switch to a reliable DNS (e.g., 1.1.1.1/8.8.8.8), and avoid frequently switching public proxy routes. In corporate network scenarios, blocked WebSockets can cause ChatGPT conversations to freeze or error; it’s recommended to verify once on a home network before deciding next steps.
The most common browser-side causes: cache, cookies, and extension conflicts
If ChatGPT errors only in one browser on the same network, it can basically be pinned down as a browser issue. First clear cookies and site data related to chatgpt.com / openai.com, then force-refresh the page (Windows: Ctrl+F5; Mac: Cmd+Shift+R). If you’ve installed ad blockers, script managers, or privacy-protection extensions, they may be mistakenly blocking requests—temporarily disable them all and test again.
Another easily overlooked point: the browser’s “strict tracking protection” or third-party cookie restrictions may cause your login state to repeatedly expire, which in ChatGPT can appear as frequent errors or an inability to send messages. You can add ChatGPT to the exceptions list, or switch to another clean browser for a comparison test to confirm whether it’s an extension conflict.


