-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Create a project
- Create another project with the same Slug (used my existing "android" project)
Expected Result
The project creation modal checks if there is an existing project with the same Slug and prevents it from being created with a UI warning explaining why.
Actual Result
The project is created:
Sentry adds -XX at the end to ensure Slug uniqueness but keep the project name "Android":
"id": "4510283428397056",
"slug": "android-bz",
"name": "android",
When opening the project settings, the project "Name" is displayed instead of the project "Slug"
This is a follow-up issue from #101140 after the deprecation of project names.
Workaround at the moment is to rename the project to match the random slug generated.
Product Area
Projects - Project Creation
Link
No response
DSN
No response
Version
No response
Metadata
Metadata
Assignees
Projects
Status
No status