Skip to main content
Version: 3.9.0

Codebase Creation Issues

This troubleshooting page covers issues related to codebases.

Problem​

Application can't be added in the KubeRocketCI portal:

Insufficient permissions error

Cause​

Multiple factors can contribute to this issue occurring:

Short errorDescription
Need at least read:org scopeThis error occurs when the token used for Git Server integration lacks specific rights. To resolve this issue, adjust the token rights or create a new token with the required set of permissions. Refer to Manage Git Providers for details. Ensure to set correct Git Server properties as described in Manage Git Servers.
Name already existThis error indicates that the application name you are trying to add in the KubeRocketCI portal already exists. Check if the application or codebase with the same name has been created previously. If necessary, choose a different name for your application or codebase to avoid naming conflicts.
Failed to push changesThis error might occur due to insufficient permissions or issues with the repository access. Ensure the token or SSH key used has the proper rights to push changes to the repository. Additionally, verify that the repository URL and branch specified in the codebase configuration are correct and accessible.
Invalid project IDThe "Invalid project ID" error message appears when creating a codebase with an incorrectly set repository relative path. To resolve this issue, ensure that the Git repository relative path is formatted correctly, prefixing the repository name with the respective account or organization name.

Solution​

For instance, to address the Need at least read:org scope issue:

  1. Adjust token rights or create a new token with the required set of permissions. Please refer to the Manage Git Providers for details.

  2. Ensure to set correct Git Server properties. The process of adding a Git Server is described in the Manage Git Servers page.

  3. Retry to create application.

Codebase created