Fork count and fork list are out of sync on a specific repository #191434
-
🏷️ Discussion TypeBug BodyWhen visiting the forks page of my repository, the fork counter displays "1 fork" but the list view shows "No forked repositories found". However, the fork is visible when switching to the Tree View. Fork.Issue.mp4Expected BehaviorThe forked repository should appear in the list view. Actual BehaviorThe list is empty, but the fork is visible in Tree View. What I've Tried
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 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 @RehabAbotalep, (Mark as Answer if the filter change resolved it!) |
Beta Was this translation helpful? Give feedback.
Hi @RehabAbotalep,
It’s actually just your filter settings in the video! In the List View (around 0:08), you have the repository type set to 'Active', which often hides forks without recent commits. Since the Tree View (0:10) pulls the full database regardless of search filters, it shows up there.
Just switch that 'Active' dropdown to 'All' in the list view and your fork will pop right up
(Mark as Answer if the filter change resolved it!)