[BUG] Claude Desktop App (macOS) v1.7196.1 — chat content fails to render until forced refresh (Cmd+R)

Status Fixed / completed
Maintainer reply None cached
Activity 9 comments · opened May 16, 2026 · closed May 19, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Note to maintainers: This bug is about the consumer Claude desktop app (the macOS/Windows app for chatting with Claude on the Pro/Max plan), not the Claude Code developer CLI. I'm filing it here because support directed me to this repo and no public bug tracker exists for the consumer desktop app. Please route or relabel rather than closing as "invalid" — affected users have no other public escalation channel.

What's Wrong?

When opening a chat in the Claude desktop app on macOS, the chat title bar, model selector, and input box all render correctly, but the entire conversation message area renders as blank white space. The chat content is not visible until I press Cmd+R to force a page reload, after which the content paints normally.

This affects nearly every chat I open. The Cmd+R workaround works but must be applied repeatedly throughout a session. The bug started May 15, 2026 and has persisted across multiple troubleshooting attempts.

Environment

  • OS: macOS 15.7.4
  • App: Claude desktop app v1.7196.1 (consumer app, not Claude Code)
  • Plan: Max
  • Memory: Activity Monitor shows ~178 MB at idle (no resource issue)

Troubleshooting Already Completed

  • Quit and relaunch — no effect
  • Full app reinstall — no effect
  • Full macOS reboot — no effect
  • Help → Troubleshooting → Clear Cache and Restart — no effect
  • Help → Troubleshooting → Reset App Data — no effect
  • Deleted a chat suspected of corruption — no effect

Diagnostic Note

The Cmd+R workaround consistently fixes the render confirms this is a UI rendering/state bug rather than a backend, data, or resource issue. The chat content is present in memory; the view layer just fails to paint until forced.

Cross-Reference

Support ticket conversation ID: 215474327248202. Support directed me here after initial troubleshooting steps did not resolve the issue.

What Should Happen?

Expected Behavior

Chat content should render automatically when a chat is opened, without requiring a manual page reload.

Actual Behavior

Conversation area renders as blank white space. Cmd+R forces a re-render and the content appears correctly.

Error Messages/Logs

Steps to Reproduce

Steps to Reproduce

  1. Open Claude desktop app v1.7196.1 on macOS 15.7.4
  2. Click any chat in the sidebar
  3. Observe: title and chrome render, conversation area stays blank
  4. Press Cmd+R
  5. Observe: conversation content now renders correctly

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

v1.7196.1

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

9 Comments

nickrusso350 · 3 months ago

Update — narrower reproduction pattern identified

I've found a more specific trigger for this bug that should help engineering reproduce it.

The freezing is not universal across all chats. It only affects chats that were active during a specific time window, which correlates with a session where I was using the Gmail MCP integration heavily and tool-call errors were occurring during that session.

  • Chats from outside that time window (older chats and brand-new chats started afterward) render normally on the desktop app.
  • Chats from inside that window consistently fail to render until Cmd+R is pressed.
  • The same affected chats render normally in the browser (claude.ai) and on the mobile app.

Working hypothesis

Malformed or partial tool-call result data from the errored Gmail MCP calls was saved into the affected chats' conversation history. The desktop app's renderer cannot handle that data and fails to paint the message stream. The browser and mobile renderers apparently handle the same stored data gracefully (different render paths, different error handling), which is why those clients show no symptoms on the exact same chats.

Why this hypothesis is consistent with everything observed

  • Only specific chats affected, not all → per-chat data corruption, not a global app bug
  • Reset App Data did not fix it → the bad data lives server-side in the chat history, not in local cache
  • Mobile and browser unaffected on the same chats → different render paths, different error handling
  • Bug onset on May 15 → coincides with a heavy Gmail MCP usage session
  • Cmd+R partially works → forces a fresh render that gets past the bad payload

Likely scope

This is probably not Gmail-specific. Any MCP tool integration (Gmail, Calendar, Drive, Slack, etc.) that produces partial or malformed tool-call results during a session could plant the same kind of unrenderable data into a chat's history. Users heavily using MCP integrations on the consumer desktop app are most exposed.

Reproduction suggestion for engineering

Inspect the stored conversation history of an affected chat for malformed tool_use / tool_result blocks (incomplete JSON, truncated responses, error states). Compare desktop renderer error handling vs. browser/mobile renderer error handling for those block types.

Happy to share specific chat metadata if needed via the linked support ticket.

SamyMoo · 3 months ago

Hello!

I recently started using Claude and already upgraded to Pro. Now I started using it more intensively for like a week.
I have the same issue just occurred yesterday for the first time.
It happens in all of my chats no matter what or how.

CMD and R helps but thats not a solution though. I re-installed, cleared cache and app data but nothing works. The mobile version is working fine. It happens on Mac App and on Safari Browser.

nickrusso350 · 3 months ago

Good morning, thanks for posting — it really helps to know this isn't isolated. My wife is also having the same issue on a separate Pro account, so that's three of us now.
A few things to compare notes on:
For me, the issue only happens on certain chats — specifically chats from a particular time window. Is yours every chat, or also clustered?
Mine started around May 15. When did you first notice it?
I noticed my affected chats correlate with a session where I was using the Gmail integration heavily and tool-call errors were occurring. Have you used any Claude integrations recently — Gmail, Calendar, Drive, or anything similar?
Mine is only on the desktop app — mobile and browser both work fine. You mentioned Safari is also affected for you. Have you tried Chrome or Firefox to see if it's Safari-specific or broader?
Also, FYI: it turns out the anthropics/claude-code repo isn't actually the right place for consumer desktop app bugs (Anthropic support eventually confirmed there's no public tracker for the consumer app). My issue got auto-labeled "invalid" by a bot. The issue is still readable though, so this comment thread is useful regardless.
Hopefully if more people are reporting these issues, Anthropic will move on it quickly.

SamyMoo · 3 months ago

Greetings,

It first appeared also round about on May 15 - 16.. I have no plugins or any integrations. It's just "basic" Claude. Very weird. I only got the information from Fin AI that it seems to be a client-side rendering problem.
It happens with every chat. If I press on all my chats and switch between I get this issue every time, so he could not load any of my chats. Force reload with CMD and R helps... but thats not a solution for the future.
I tried Chrome but it's not working on chrome as well. My mobile versions works fine. But I work mainly from computer so my mobile is not an option.... just for smaller tasks etc.
hopefully this issue will get more attention.

EDIT: I tried it on Windows and I got the same issue on windows App

RazacleExperiences · 3 months ago

Will this be fixed, do you guys think, or no? It's a minor inconvenience, but still is an issue nonetheless.

nickrusso350 · 3 months ago

Although I can't speak for what Anthropic is going to do, I think multiple users having the same issue will likely push them to address it soon. Based on everything I've gathered: the issue is documented, multiple users across plan tiers are confirming it, and Anthropic support has acknowledged it as a client-side rendering problem. They ship desktop app patches fairly often, so I'd expect a fix in a reasonable timeframe, though I can't promise when. In the meantime, Cmd+R is the only workaround I've found that consistently helps. Mobile and the browser (Chrome/Firefox, not Safari for some users) are also working as a fallback.

SamyMoo · 3 months ago

Hey guys,

today I updated the Application on Mac and this problem is solved. I have tried out a few times to re-produce and they load as usual. I'll keep an eye on it though.
version updated today: Claude 1.7196.3 (ca0c62) 2026-05-16T23:42:08.000Z

nickrusso350 · 3 months ago

Yes, mine also started working well after the update and apparently we have yet another update--1.8089.1

github-actions[bot] · 1 month ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.