Creating an environment can take a long time and seem unresponsive #4489
Labels
front-end
Issue related to the React Front End Dashboard
improvement
Improvement to the existing platform
Currently, when creating a new environment, it is only possible to do so by cloning from an existing environment. This process can take a long time, so the UI often looks like it's hanging.
There is a PR open on the BE here which asyncs this logic and adds a new
is_creating
status to the environment which the FE should use to show a UI prompt, and prevent the user from opening the environment until the creation is complete.The text was updated successfully, but these errors were encountered: