You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
When workspace enabled and accessing the Notebooks page, the notebook saved object is not isolated according to the workspace and displays data that does not belong to that workspace.
How can one reproduce the bug?
Steps to reproduce the behavior:
config:
What is the bug?
When workspace enabled and accessing the Notebooks page, the notebook saved object is not isolated according to the workspace and displays data that does not belong to that workspace.
How can one reproduce the bug?
Steps to reproduce the behavior:
config:
ws1
andws2
).test notebook
inws1
.ws2
and go to Notebooks pagetest notebook
in the page.What is the expected behavior?
When accessing notebook page, only the notebook belonging to the workspace should be displayed.
What is your host/environment?
Do you have any screenshots?
Do you have any additional context?
When call
http://localhost:5601/w/dODCAo/api/observability/notebooks/savedNotebook/
will redirect tohttp://localhost:5601/api/observability/notebooks/savedNotebook/
which resulting in the lack of workspace information.One solution is to remove the last
/
in https://github.com/opensearch-project/dashboards-observability/blob/main/public/components/notebooks/components/main.tsx#L111The text was updated successfully, but these errors were encountered: