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
Platform.sh by default provides 1 production and 3 development environments. If all development environments are in use and we try to deploy, it fails without any specific error. Additionally, we cannot deploy the same reference again even after clearing the development environments.
Solutions: List all used environments and check if the current reference can be deployed. If not, do not attempt to deploy and throw an error specifying that no development environment is available.
The text was updated successfully, but these errors were encountered:
According to the Platform.sh documentation, it provides 1 production environment and 3 development environments by default. This limit can be increased, so we need a way to define the number of development environments allowed, with the default value set to 3. Users should be able to change this value if required.
Platform.sh by default provides 1 production and 3 development environments. If all development environments are in use and we try to deploy, it fails without any specific error. Additionally, we cannot deploy the same reference again even after clearing the development environments.
Solutions: List all used environments and check if the current reference can be deployed. If not, do not attempt to deploy and throw an error specifying that no development environment is available.
The text was updated successfully, but these errors were encountered: