Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating the same project more than once with the same URL allows duplicate creation #164

Open
Naseem77 opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Naseem77
Copy link
Contributor

Naseem77 commented Nov 6, 2024

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:

  1. Navigate to code graph home page
  2. Click create project
  3. Insert project URL: "https://github.com/FalkorDB/GraphRAG-SDK"
  4. Attempt to create another project using the same URL ("https://github.com/FalkorDB/GraphRAG-SDK").
  5. Observe that the second project is created successfully with the same URL.

Image

@Naseem77 Naseem77 added the bug Something isn't working label Nov 6, 2024
@Naseem77 Naseem77 assigned swilly22 and unassigned Anchel123 Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants