Open
Description
Description:
When attempting to create a project with a URL that already exists in the system, the application does not prevent the creation of a duplicate project. There is no validation to check for URL uniqueness, allowing multiple projects to be created with the same URL, which can lead to confusion or potential routing issues.
Steps to Reproduce:
- Navigate to code graph home page
- Click create project
- Insert project URL: "https://github.com/FalkorDB/GraphRAG-SDK"
- Attempt to create another project using the same URL ("https://github.com/FalkorDB/GraphRAG-SDK").
- Observe that the second project is created successfully with the same URL.