My PR review comments disappear and I have to refresh to see them (web) #193340
Replies: 6 comments
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
This comment was marked as low quality.
This comment was marked as low quality.
-
|
This usually isn’t your comments “disappearing” — it’s a frontend state / rendering issue in GitHub’s PR review UI, and it’s more common than it looks. What’s likely happeningGitHub’s PR review page is heavily client-side rendered (React + cached state). A few things can cause exactly what you’re describing:
That’s why a refresh “fixes” it — you’re forcing a full state reload from the server. Quick checks (before assuming it’s a bug)
Debug like a pro (this is what actually helps GitHub engineers)Try isolating the cause:
If the issue disappears → it’s local (extensions/cache) Known trigger: force-push during reviewIf someone force-pushes while you’re reviewing:
Practical workaround (until fixed)Instead of refreshing every time:
If you report this (to make it actionable)Include:
Bottom lineYour comments are almost certainly not lost — If this keeps happening consistently, it’s worth reporting — GitHub has been gradually reworking the PR review UI, and issues like this tend to get fixed once reproducible. |
Beta Was this translation helpful? Give feedback.
-
|
Welcome to the GitHub Community, @avpeery, we're happy you're here! You are more likely to get a useful response if you are posting your question(s) in the applicable category. Check out this Guide on how to post in the right category. It'll ensure your questions and discussions reach the right people faster! This particular discussion belongs in the |
Beta Was this translation helpful? Give feedback.
-
|
The issue of PR review comments disappearing on GitHub and requiring a page refresh to appear (often accompanied by not seeing past comments) is a known bug related to how GitHub handles "pending" comments on the "Files changed" tab. This often occurs when using soft navigation to switch tabs within the PR or when new commits are added during a review session. Immediate Troubleshooting Steps
Use Incognito Mode/Clear Cache: Try using Chrome in Incognito mode to determine if browser extensions are interfering with the page updates |
Beta Was this translation helpful? Give feedback.
-
|
The best way would be to isolate Chrome's state before submitting a ticket. Ad-blockers are dropping GitHub's WebSocket connections. The local UI fails to synchronize. The server has the comment; your browser just doesn't show it. This is a local sync failure. When corporate VPNs or browser extensions disrupt the socket channel, GitHub's UI fails to render backend confirmations without a manual page refresh. Try doing:
Hope this clears things👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Other
Body
Generally wondering how to report bugs? One bug that has been ongoing for me for 2+ weeks is I'll leave a comment on a PR and it'll disappear. I'll have to refresh to see it. Likewise, going back later to review a PR I can't see my past comments unless I comment under the same section of code. This is on the web app. Let me know if you need other information! I'm on Chrome as well
Beta Was this translation helpful? Give feedback.
All reactions