Hi everyone,
I am having an issue where pushing commits to my GitLab repository does not trigger deployments for my project on Vercel. My other project works perfectly.
Here are the details of what has been discovered and tried:
- Previously, the project was missing a `gitCredentialId` in its link settings.
- I disconnected the repository, re-authorized my GitLab integration in Account Settings > Authentication, and reconnected the repository.
- The `gitCredentialId` is now successfully bound to the project
- However, pushing new commits to the main branch still does not trigger any deployments on Vercel.
- When testing/triggering the webhook in GitLab, it returns this error response:
{"error":{"code":"gitlab_response_error","message":"Gitlab fetch error - status: 404, message: {\"error\":\"404 Not Found\"}","upstream":{"provider":"gitlab","status":404}}}
Any guidance on how to get Vercel and GitLab syncing properly would be greatly appreciated!