Error in homepage. "roles" request - 404
BaronSergo opened this issue · 2 comments
We launched the egeria ui master project with mocks. We go to the main page, an error falls on the API request for roles and the application state does not exit "Loading"
We looked for a method for requesting "/api/users/roles", in a project with mocks, this method does not exist, so all actions in the ui project lead to 403 errors
@BaronSergo hi, i fixed the missing API Endpoint in this PR [0], thank you for the issue.
[0] - odpi/egeria-api-mocks#9
@BaronSergo we are trying to keep odpi/egeria-api-mocks
as up to date as possible with the real APIs, you might find other API endpoints that fail or are missing, you can open a PR in the https://github.com/odpi/egeria-api-mocks or a new issue here in egeria-ui or in egeria-api-mocks.