Issue in accessing application URL for different environments. The UAT URL is not opening when clicked
1 Like
Sometimes, when we click on the UAT URL, the build fails to load. This issue often arises when we use the same domain name for both the sandbox and UAT environments. The sandbox URL is (vFlow), while the UAT URL is (vFlow). When users try to open the UAT environment immediately after the sandbox environment, the UAT build fails to load.
The problem is caused by the fact that both environments use cookies or sessions, which can conflict with one another. This can result in unexpected behavior, such as users being logged out or experiencing issues when switching between environments.
To avoid these problems, it is recommended that different domain names be used for each environment.
1 Like