Reputation:
I've been trying to customize my GitHub Profile. In my discovery I found out how to add stats to my profile. In the process I keep receiving an error code. Looking for a solution to this.
Error Message:
Something went wrong! file an issue at "my readme URL" Maximum retries exceeded Please add an env variable called PAT_1 with your github token in vercel
I have tried following along with the deployment in vercel on my own that was provided
GitHub Repo: Link to GitHub Repo for Deployment on your own
Lastly, in my research I read that you can but your username in all UPPERCASE and this method, too did not work.
Link to GitHub Profile to see the exact message I am receiving, as it is on my profile page.
Upvotes: 0
Views: 1140
Reputation:
Issue has been resolved. In my researched I have found that I had to make sure the maxDuration in the vercel.JSON file was set at 10 instead of 30.
Thus, causing me to have issues when trying to deploy in Vercel.
Upvotes: 2