Documentation

Reset Connection to Git Repository

Occasionally when creating bundles in Servd, you may encounter errors like "There was an error retrieving your commits. Please check your repo connection settings.". This is often because the access key that connects your Servd project and your git repository provider has expired, or has become invalidated by your git repository provider.

To correct this situation, perform the following steps:

  1. Visit the project's Build & Deploy page.

  2. In the Source section, check that the connection token belongs to the email address of your user account.

  3. Visit it your User settings page.

  4. Scroll down the "Connected Accounts" section.

  5. Hit the X button next to the relevant git repository provider to delete the access token held by Servd (e.g. delete GitHub from the list if the project is connected to a GitHub repository).

  6. Reconnect the git repository by following the "Change Repository or Connection Type" flow.

  7. You should now be able to create bundles again.