Question: About releases page "There aren’t any releases here" #180332
Replies: 4 comments 5 replies
-
|
Same with my repository. I have 44 releases but visiting the releases page shows "No releases". https://github.com/DP-Hridayan/aShellYou/releases . But if I manually visit the page 3 of my releases through url, then the releases start to appear |
Beta Was this translation helpful? Give feedback.
-
🐞 Solution for Missing Releases When Logged InThis is a recurring bug that has been reported in the GitHub community, where the authenticated user experience shows the "There aren't any releases here" message, even when releases are present. The issue often lies with how GitHub caches data or renders the view for the logged-in user. 1. Workarounds (Immediate Fixes)These steps usually resolve the temporary display bug:
2. Check for Hidden Filter or SettingFor some users, a setting may have been inadvertently disabled:
3. Fixing the Release Data (If the problem persists)If the issue is persistent and none of the cache workarounds work, the actual release data might be the problem:
Since the releases exist, using the "Edit and Update a Release" method is the most reliable way to force the server to correct the data being sent to your logged-in session. |
Beta Was this translation helpful? Give feedback.
-
|
Hey Friend 👋 It looks like you deleted the draft releases correctly, but the old release page (like /releases/tag/v1.3.1) still appears only when you're logged in. This is almost always caused by cached release pages. How to fix it:
💡 Why it happens:
|
Beta Was this translation helpful? Give feedback.
-
|
For my repo the releases only appear starting from Page 3. https://github.com/DP-Hridayan/aShellYou/releases?page=3 But, in my end this is not my own caching issue, since other users are facing this same issue with my repo. I have tried editing / updating older releases but it didn't work. Opening it in incognito mode didn't solve the issue. The bug happened (atleast I think), when I created a draft long enough to occupy page 1 and then deleted that draft. This is just a speculation on my end! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
After I use the command to quickly delete the draft releases in the repository, the Releases page shows:
https://github.com/baijiangjie/CordysCRM/releases

There aren’t any releases here
However, when I visit
https://github.com/baijiangjie/CordysCRM/releases/tag/v1.3.1, the release actually exists.When I am not logged in to my account, the page displays normally.

However, once I log in with my account, it does not display correctly.
Beta Was this translation helpful? Give feedback.
All reactions