Something went wrong! file an issue at https://tiny.one/readme-stats 댓글 달기 / Error Case, Project / 글쓴이 Bestcode 꾸며두었던 깃허브 readme에 갑작스런 오류가 생겼습니다. Something went wrong! file an issue at https://tiny.one/readme-stats Maximum retries exceeded Please add an env variable called PAT_1 with your github token in vercel 재시도 횟수 추가로 vercel에서 깃허브 토큰을 추가해야하는 상황이지만다른 분께서 만들어주신 코드를 활용하는 입장이라 쉽지 않을 것이라 예상했습니다. 그러나 생각보다 쉽게 해결되었습니다. 한국어 자료는 없었지만 영어 자료는 많았습니다. https://github.com/anuraghazra/github-readme-stats/issues/2149 vercel 서버 과부하로 생긴 문제이기 때문에 요청 서버를 vercel-sigma-five로 바꿔주는 작업을 진행하였습니다.오류 : https://github-readme-stats.vercel.app/api?username=GoToGREAT&show_icons=true&theme=vue수정 : https://github-readme-stats-sigma-five.vercel.app/api?username=GoToGREAT&show_icons=true&theme=vue다음과 같이 코드를 추가하면 쉽게 해결되었습니다.