False "3 unread" notification badge persists on notifications icon #177102
Replies: 6 comments 5 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Shu-Ji, You can find a workaround here. Open your browser console, type (function(){var f=document.querySelector('.js-notifications-mark-all-actions form[action="/notifications/beta/mark"]');if(f){fetch(f.action,{method:f.method,body:new FormData(f),credentials:"include"}).then(r=>{if(r.ok)setTimeout(()=>location.reload(),500);});}})(); |
Beta Was this translation helpful? Give feedback.
-
|
I also have the same problem, which makes me unsure whether there was actually a notification or not. |
Beta Was this translation helpful? Give feedback.
-
|
Oh good, it's not just me. I really hope GitHub looks into this problem soon. It was helpful to learn that it's being caused by a private repo, I couldn't figure out how I had a notification from a non-existent repo and hadn't considered just loosing access to one. |
Beta Was this translation helpful? Give feedback.
-
|
Please refer to this link to eliminate the annoying points. |
Beta Was this translation helpful? Give feedback.
-
|
Many users are also in this situation. I hope the team resolves this soonest 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
The notifications icon in the top navigation bar constantly shows a badge indicating "3 unread" messages.
However, when I click on the icon and view the notifications list, the three supposed unread items are not visible. The list appears to be empty or does not actually contain any unread notifications that I can view or interact with.
This issue persists across page refreshes and has been occurring for many days.
Chrome 141.0.7390.78
macOS 26.0.1
Beta Was this translation helpful? Give feedback.
All reactions