My own vercel instance doesn't work as expected #2234
-
Like many people, I encountered this problem - |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Krishnacore Thanks for your question. We updated our deployment guide last month, so the guide found at https://github.com/anuraghazra/github-readme-stats#deploy-on-your-own-vercel-instance should be up to date. The link when clicking a card is not related to the server but to the markdown code used. The following code will direct users to https://github.com: [](https://github.com) If you are still getting the |
Beta Was this translation helpful? Give feedback.
@Krishnacore Thanks for your question. We updated our deployment guide last month, so the guide found at https://github.com/anuraghazra/github-readme-stats#deploy-on-your-own-vercel-instance should be up to date. The link when clicking a card is not related to the server but to the markdown code used. The following code will direct users to https://github.com:
If you are still getting the
maximum retries exceeded
error after deployment, the most likely cause is that something went wrong while adding thePAT
to Vercel. See steps 10 and 11 of the deployment guide.