-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to switch tenants when visiting copied links #1204
Comments
[Triage] This is likely related to the current tenant being stored in the browsers local storage which does not work well for multi-browser scenarios Below comment is likely correct |
[Triage] This could also be because the url includes the specified tenant and is preventing the updated tenant from being picked. |
Confirmed issue on opensearch v2.6.0 |
We have also experienced a likely-related issue, which I assumed was related to user storage as @peternied commented originally; just wanting to comment here to ensure this use case is also considered. If the visited url successfully redirects to the new tenant, any currently open tabs on the old tenant become buggy. Specifically, search on the old tab will occasionally fail with 403 errors, leading users to believe the index has gone missing, when in fact the UI is attempting to search against the new tenant instead. This new tenant isn't always immediately reflected in the UI, until a user does a refresh of the page |
What is the bug?
When visiting non-short URLs from the "Share" button, it is impossible to switch tenants
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Expected to be taken to the new tenant chosen
What is your host/environment?
The text was updated successfully, but these errors were encountered: