Replies: 1 comment 1 reply
-
|
When trying to delete the {"message":"You cannot delete the production environment","code":"BAD_REQUEST"}However, I found a workaround: if I use This suggests the validation is only checking the environment name rather than using a dedicated property flag. If the environment is meant to be protected, the system should use a specific property (like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I really struggle to understand why this decision was made from a UX perspective. Why is a new environment called
productioncreated by default when setting up a new project? I'm forced to use it, and I can't rename or delete it (using UI only).I firmly believe users should have the freedom to decide what their environments are called, and none should be enforced.
Beta Was this translation helpful? Give feedback.
All reactions