Hello, how are you? I have encountered a problem in the UAT (User Acceptance Testing) environment. I have a service that contains a global variable. In the development environment, when I try to run it from Postman for testing, it returns a dump error this is correct response because I removed the global variable . However, in the UAT environment, when I attempt to run the same service from Postman, the error doesn’t appear, but instead, I receive a 500 Internal Server Error
Please note that the service in the UAT and development environments is not the same, and the error is caught in the development environment but not in the UAT environment. Inside the designer, it returns a flow exception."