Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Fix/repo troubleshooting #230

Merged
merged 7 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
21 changes: 21 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,27 @@ level group for Self-Hosted GitLab.

## Account Management {#account-management}

### How to troubleshoot CodeRabbit not functioning on certain repositories?

If CodeRabbit is not functioning on certain repositories, it is likely due to the repository not being accessible to CodeRabbit and you must reinstall the GitHub App or GitLab Integration.

To troubleshoot this issue, please attempt to reinstall the GitHub App or GitLab Integration by following the steps below:

- General Instructions:
1. Please insure if not selecting all repositories, that you have added all repositories that you would like to enable to the selected list in the app configuration. ![Select Repos](/img/faq/select-repos.png)

- GitHub:
1. Go to Repository settings
2. Click **GitHub Apps** in the left sidebar under **Integrations**
3. Select **Configure** ![Select Repos](/img/faq/github-app-settings.png)
4. Click **Uninstall** at the bottom of the app configuration page. ![Uninstall](/img/faq/coderabbit-github-menu.png)
5. Go into the [Coderabbit App](https://github.com/apps/coderabbitai) and install it again with the **Add Repository** button. ![Add Repository](/img/faq/add-repository.png)

- GitLab:
1. Remove OAuth App from User Settings > Applications
2. Remove Webhook from Group > Project Settings > Webhooks
3. Go into the [Coderabbit App](https://gitlab.com/apps/coderabbitai) and install it again. ![Install](/img/faq/gitlab-webhook.png)

### How do I delete my CodeRabbit account?

:::danger Irreversible Account Deletion
Expand Down
Binary file added static/img/faq/add-repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/faq/coderabbit-github-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/faq/github-app-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/faq/gitlab-webhook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/faq/select-repos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading