Hi, Iam creating a small project which will allow users to create vercel project using API, I also want to link that project to a github repository at the time of vercel create project. I followed the docs mentioned over here https://vercel.com/docs/rest-api/endpoints/projects#create-a-new-project
when iam trying to make a request iam getting the error as shown below
{
error: {
code: 'bad_request',
message: "To link a GitHub repository, you need to install the GitHub integration first. Make sure there aren't any typos and that you have access to the repository if it's private.",
action: 'Install GitHub App',
link: 'https://github.com/apps/vercel',
repo: 'teeproj'
}
}
what am i doing wrong over here, how do I fix this issue any help would be appreciated.
Hi, Iam getting an error when using https://api.vercel.com/v7/projects API
the error i am getting is :
{
error: {
code: 'bad_request',
message: "To link a GitHub repository, you need to install the GitHub integration first. Make sure there aren't any typos and that you have access to the repository if it's private.",
action: 'Install GitHub App',
link: 'https://github.com/apps/vercel',
repo: 'teeproj'
}
}
past week this api use to work fine, i didn’t have to do any thing additional in the /projects POST API Iam sending the body as shown below