-
| Github says "you have unread notifications" in notifications page but cannot list. I cannot see any notifications, but there is notification badge. Do you know why? | 
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 8 replies
-
| ? | 
Beta Was this translation helpful? Give feedback.
-
| I got the same problem it begins about 2months ago, this is the screenshot: | 
Beta Was this translation helpful? Give feedback.
-
| I do have this issue. I reload the page or clear cache to fix it. | 
Beta Was this translation helpful? Give feedback.
-
| I've had the exact same issue multiple times. To "force-clear" all notifications I run the following command in the terminal: gh api \
  --method PUT \
  -H "Accept: application/vnd.github+json" \
  /notifications \
  -f last_read_at='2022-06-10T00:00:00Z' \
  -F read=true Such that  If you're not used to running  
 | 
Beta Was this translation helpful? Give feedback.
-
| it's called ghost notifications, there are so many fix but one actually work for me, you can look at the other answers too | 
Beta Was this translation helpful? Give feedback.
-
| I created a ticket on a similar situation and received the following answer. Maybe could help. 
 | 
Beta Was this translation helpful? Give feedback.
-
| have the same issue, I think that's just a bug, hopefully gets fixed soon. | 
Beta Was this translation helpful? Give feedback.

I just had to do this too! This worked for me has the GNU date string baked-in with the expected format.