Skip to content

Fix/gitlab troubleshooting #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/platforms/gitlab-com.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::
Loading