From 69aa442facfae14711bc059e108b5d3b848edbdf Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 12 Jan 2025 20:04:55 -0500 Subject: [PATCH 1/2] have you tried turning it off and on again --- docs/platforms/gitlab-com.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/platforms/gitlab-com.md b/docs/platforms/gitlab-com.md index 386f6473..fbd23df2 100644 --- a/docs/platforms/gitlab-com.md +++ b/docs/platforms/gitlab-com.md @@ -80,3 +80,13 @@ 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. + +::: From 2b715041cf30b27eb91aaeb97282b4d9d6a8e3f5 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 12 Jan 2025 20:06:34 -0500 Subject: [PATCH 2/2] also note on the PAT expiring --- docs/platforms/gitlab-com.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/platforms/gitlab-com.md b/docs/platforms/gitlab-com.md index fbd23df2..fa1bccfb 100644 --- a/docs/platforms/gitlab-com.md +++ b/docs/platforms/gitlab-com.md @@ -89,4 +89,6 @@ If you are experiencing issues with the webhook, such as coderabbit not being ab 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. + :::