forcedotcom / try-acb-feedback

BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Debugger mode not working(step over and other options disabled) #39

Open dharmendragolla opened 1 year ago

dharmendragolla commented 1 year ago

While running an application in debugger mode, not able to go over next steps like step over,step into,step out etc as they are disabled on top of the screen even if breakpoint is added. Please see screenshot

ACBDebug_Error

github-actions[bot] commented 1 year ago

Hello @dharmendragolla , thank you for submitting an issue - we appreciate your time. Our product team will take a look and give you an update as soon as we can. We aim for a 3 day response time but please be patient if we take longer.

vchirag-mulesoft commented 1 year ago

Hi @dharmendragolla

Thank you for logging this issue with MuleSoft Support.

From the attached screenshot we can see that there is an error from the APIKit router due to "Unsupported mediaType". The request was errored out and did not reach the debug point. You should have received the response from API regarding the error.

Please pass the request with the correct parameters, so that the APIKit router sends a request to the corresponding flow.

Thanks!

Regards, MuleSoft Support

dharmendragolla commented 1 year ago

Could you check what is wrong with my request here. Below is xml file and url which i am hitting thru my browser. Url : https://potatoe-qnribun.iad.003.anypoint.code-builder.platform.salesforce.com/proxy/8081/api/flights image