Difference between Productive and Acceptance environment

0
Hello everyone.   We have upgraded the Studio Pro version from 10.13.1 to 10.22.0. We have noticed that several features of our application do not work the same in the productive environment. It's strange, as we released the same package in both productive and acceptance and acceptance everything works correctly but in productive it doesn't and does very different things. Locally it also works fine.   Does anyone know what is the cause?
asked
3 answers
0

can you provide the details around the differences.

answered
0

Are your Acceptance and Production environment both on the same platform, for instance 'Cloud Foundry' or 'Kubernetes' or is maybe 1 already on Kubernetes and other still on Cloud Foundy ?

You can check this via Sprint > App > Environments.

answered
0

Hi Chandresh Shukla,

 

This is the start of the microflow where the list of objects is retrieved from the entity and later deleted with the “Delete activity”. It is the same for the production environment and the acceptance environment.

 

Imagen1.png

 

This happens when I run the query from production; the records keep duplicating even though they were deleted afterward with the delete:

 

image.png

This happens in the acceptance environment:

 

image.png

 

We observe that in productive the entity continues to increase in records even when deleting the entity, but in acceptance the number of records is maintained.

answered