Hello!
We are facing a issue when we try to COMPARE or MERGE any working copy with main.
I saw that APEX keep sending a POST request to identify-chages-for-merging with some parameters like this:
p_flow_id:
4000
p_flow_step_id:
5300
p_instance:
25655705312895
p_debug:
p_request:
APPLICATION_PROCESS=getCurrentStatus
p_json:
{"salt":"204250502658596179088530130346930794586"}
but the response json is always the same:
{
"items":[
{
"id":"P5300_STATUS"
,"value":"RUNNING"
}
,{
"id":"P5300_CURRENT_STATUS"
}
,{
"id":"P5300_PCT_COMPLETE"
}
]
}
So no progress happens and it keeps doing it until the session is over.
This is in a dedicated server. I tried the same in my personal Oracle Cloud with success. Anyone know what can be happen? Because the is no error to trackā¦