Hello, I was wondering if there is a way to run multiple versions of a NR1 app at the same time in the same account. Specifically, we want to be able to run a preprod and prod version of the same application simultaneously.
We first thought we were going to be able to use channels to accomplish this, but it looks like channels are only used to manage versions of the same application (as opposed to having to versions running simultaneously).
So far, the only way we have found to this is to regenerate a uuid and deploy the other version as a separate application. But this is not an ideal approach, because then we have to keep track of multiple uuid. Is there an easier way to accomplish this?