You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
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.
The text was updated successfully, but these errors were encountered: