forcedotcom / try-acb-feedback

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

Tutorial documentation wrong: Make a GET request to http://localhost:8081/flights. #7

Closed weesvisje closed 1 year ago

weesvisje commented 1 year ago

<!— This repo is for feedback on Anypoint Code Builder during open Beta, please limit your issues to those associated with Anypoint Code Builder. Please let us know if you encounter any issues both creating or launching the web IDEs along with issues implementing your use cases.

This is not a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, please use official support channels. -->

Describe the bug The tutorial documentation in the section https://docs.mulesoft.com/anypoint-code-builder/use-dataweave-to-transform-data says: "Make a GET request to http://localhost:8081/flights."

To Reproduce Steps to reproduce the behavior:

  1. Go to step 8 of https://docs.mulesoft.com/anypoint-code-builder/use-dataweave-to-transform-data
  2. See error

Expected behavior Should be: make a GET request to https:///api/8081/flights.

Impact Select from

Frequency Select from

Screenshots/Recordings If applicable, add screenshots or recordings to help explain your problem. They really help! Screenshot 2023-01-31 at 12 09 10

Please complete the following information:

Additional context Add any other context about the problem here.

simoneegeib commented 1 year ago

@fermujica

fermujica commented 1 year ago

Thank you @weesvisje I'm revisiting this example. It's possible that the instructions are outdated.

fermujica commented 1 year ago

The tutorial had old instructions. Indeed, users should make a GET request to their web IDE instance URL (plus /proxy/8081/flights) as in previous steps.

Thanks for flagging this instance. It was addressed and it will get published automatically in a few more hours. https://github.com/mulesoft/docs-code-builder/pull/25