diff --git a/docs/platforms/gitlab-com.md b/docs/platforms/gitlab-com.md index 386f6473..fa1bccfb 100644 --- a/docs/platforms/gitlab-com.md +++ b/docs/platforms/gitlab-com.md @@ -80,3 +80,15 @@ GitLab provides an option to generate a personal access token for a new user. Fo The webhook `https://coderabbit.ai/gitlabHandler` will now be installed in your repositories. ![GitLab Webhook Example](/img/integrations/gitlab-webhook.png) + +### Troubleshooting + +:::note + +If you are experiencing issues with the webhook, such as coderabbit not being able to access the repository, or not reviewing pull requests, you can manually delete the webhook to the repository. + +Then refresh the repository page in the CodeRabbit app and you can reinstall the webhook. + +If you cannot install the webhook please check that your GitLab user has the necessary permissions to install the webhook and the PAT is not expired. + +:::