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

Duplicate Project Name Slug Causes Server Error #1396

Closed
wonderchook opened this issue Apr 10, 2017 · 5 comments
Closed

Duplicate Project Name Slug Causes Server Error #1396

wonderchook opened this issue Apr 10, 2017 · 5 comments

Comments

@wonderchook
Copy link
Contributor

wonderchook commented Apr 10, 2017

If a project happens to have the same slug name as an existing project then the error is not caught.

IntegrityError at /projects/new/
duplicate key value violates unique constraint "organization_project_slug_key"
DETAIL: Key (slug)=(general-test-again) already exists.

This should be handled gracefully and make a slug that is not a duplicate. Instead of causing a platform error.

@amplifi
Copy link
Contributor

amplifi commented Apr 10, 2017

This would be a regression of #162

@niharika1995
Copy link
Contributor

Cannot reproduce the bug on my VM.

@dpalomino
Copy link

Hi, I think @oliverroick you were involved in solving the issue #162, can you take a look pls?

@oliverroick
Copy link
Member

@wonderchook I can't reproduce this anymore on staging or the dev VM. I've seen the issue before but now it seems to be gone. Can you check again if this is still broken?

@wonderchook
Copy link
Contributor Author

odd, I can't reproduce it now. I wonder if a really specific circumstance caused it. Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants