- biGENIUS-X Knowledge Base
- FAQs
- Projects
I have an error when I try to create a Project
If you encounter errors during Project creation, you may see the following notifications:
- Failed to Connect / Wrong Credentials
This error can be caused by:- Incorrect metadata repository URL to access your Azure DevOps, GitHub, GitLab, or BitBucket repository
- The repository doesn't exist
- Using HTTP instead of HTTPS for Local Azure DevOps Server: If you use a local Azure DevOps server, ensure you access it with HTTPS instead of HTTP. For more information, see: I can't access a local Azure DevOps Server with HTTP.
- Invalid Credentials
This error can be caused by:
- Incorrect personal access token in the Connection to access your Azure DevOps, GitHub, GitLab, or BitBucket repository
- Clearing your browser history can delete the personal access token. You will need to re-enter it in the corresponding connection.
- This repository is already in use by another project
This error means that the repository's main branch contains files or folders that conflict with project creation: The main branch of the repository should not contain a "project.yml" file, a "config.yml" file, a "view.yml" file, a "model objects" or a "discoveries" folder.