Skip to content

I'm not able to display stats from my private repo even after deploying my own instace #3784

Answered by qwerty541
AleytiaFairlight asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @AleytiaFairlight, I just went through the repository data fetcher code and found there these code lines:

if (!data.user.repository || data.user.repository.isPrivate) {
throw new Error("User Repository Not found");
}

As you see extra pin card is not intended to be used for private repositories and will always show an error.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AleytiaFairlight
Comment options

@qwerty541
Comment options

Answer selected by qwerty541
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants