opensearch-project / security-dashboards-plugin

🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
https://opensearch.org/docs/latest/security-plugin/index/
Apache License 2.0
66 stars 148 forks source link

[BUG] Duplicate URL fragment when clicking on security plugin #1967

Closed derek-ho closed 3 weeks ago

derek-ho commented 1 month ago

What is the bug? When visiting the security dashboards plugin, the url may look something like this: http://localhost:5601/qml/app/security-dashboards-plugin#/qml/app/security-dashboards-plugin/getstarted

Instead it should look like this: http://localhost:5601/qml/app/security-dashboards-plugin#/getstarted How can one reproduce the bug? Click on security dashboards plugin Check URL

What is the expected behavior? URL fragment is not duplicated What is your host/environment?

Do you have any screenshots? If applicable, add screenshots to help explain your problem.

Do you have any additional context? Add any other context about the problem.

scrawfor99 commented 1 month ago

[Triage] Hi @derek-ho thank you for filing this issue. This looks unintended and something that can be easily resolved by looking into the URL mapping setup.