5G-ERA / middleware

Middleware for orchestration and lifecycle management of the could-native robotic applications
Apache License 2.0
8 stars 3 forks source link

⚠️ Calling dashboard endpoints from postman does not work #94

Closed adrianLIrobotics closed 1 year ago

adrianLIrobotics commented 1 year ago

Describe the bug Trying to use the dashboard endpoints from the postman.

To Reproduce Steps to reproduce the behavior i.e.:

  1. Go to 'postman
  2. https://localhost:5047/Data/Dashboard/Robots
  3. Body: { "PageNumber": 1, "PageSize": 5 }
  4. See error

Expected behavior Get the data required.

Screenshots If applicable, add screenshots to help explain your problem. image

Additional context Are we missing something in the gateway? I think there is some feature missing to connect the new dashboard endpoints

adrianLIrobotics commented 1 year ago

It was solved by removing the "s" from http request. Should be like:

http://localhost:5047/Data/Dashboard/Robots