Unable to access a PR #202264
🏷️ Discussion TypeBug BodyIt says:
I submitted a support ticket and they closed it immediately. I found this in the console: |
Replies: 4 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. ⭐ |
|
The console error ( A couple of things I'd try just to rule out local issues:
If it still fails, it's probably not something you can fix yourself. The stack trace points to GitHub's pull request page, so this may be a regression or an edge case triggered by that specific PR. Since your support ticket was closed without resolving the issue, hopefully someone from the GitHub team can take another look. The console output you included should be helpful for debugging. |
|
I can reproduce a useful clue from the public API side.
{
"state": "MERGED",
"isCrossRepository": true,
"headRefName": "master",
"headRepository": null,
"headRepositoryOwner": "sykhro"
}That matches the frontend stack trace pretty well: the failing component is A more actionable support packet would be:
Temporary workaround: the PR can still be inspected through API/CLI, for example: gh pr view 982 --repo FluidSynth/fluidsynth
gh pr diff 982 --repo FluidSynth/fluidsynth
gh pr checkout 982 --repo FluidSynth/fluidsynthThe actual fix likely has to be on GitHub's side: render a fallback such as |
|
I can confirm that this is fixed by GitHub. |


I can confirm that this is fixed by GitHub.