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
Login with admin admin and choose private tenant for default
Management -> Security -> Tenants
click "Create Tenant", name it test-tenant and click "Create" button
go to Dashboards
Create an index pattern for test*
Go to Dashboards and click "Create new dashboard"
in the section where it says add a new object to the dashboard click the "Create new" button and create some visualization (I used Gauge) and save the visualization and the dashboard. I named them gauge1 and dashboard1.
click Dashboards and r-click on the title that says "dashboard1" and copy the link address.
Go to "Dashboard Management" -> "Advanced settings"
Past the copied link in the Default route from /app here's an example from my environment of the value used to configure the default route:
Click the "Save Changes" button that is displayed at the bottom of the screen.
Logout & Log back in it does not display the Dashboard it only displays if you logout and then log back in again.
from the users profile icon in the upper right switch to the test-tenant" and follow the same steps to create a dashboard and visualization. When you logout and log back in it does not redirect to the dashboard and displays an error that it can't find the dashboard.
If you go to Security -> Tenants and make the test-tenant the default tenant (make sure it's also the "Current" tenant) logout and log back in it redirects as expected to the dashboard that was configured in the Default Route.
What is the expected behavior?
That when the dashboard path is correctly configured in the tenants default path and a user logs in, the user is redirected to see that configured dashboard regardless of whether or not the current tenant is also the default tenant.
What is your host/environment?
OS: Linux Pop_OS
Version : 22.04 LTS
Plugins: whatever is provided out of the box, this is the most basic configuration (see docker-compose) file at the beginning of this bug report.
Do you have any screenshots?
This screenshot shows the error upon login:
This screenshot shows the dashboard with it's url in the address bar that is supposed to load after login:
This screenshot shows the default route for the "test-tenant" configured to redirect to the dashboard found in the previous screenshot
Do you have any additional context?
not at the moment, let me know if you have any further questions.
The text was updated successfully, but these errors were encountered:
What is the bug?
Default route results in "could not locate that dashboard" Error after login when current tenant doesn't match the default tenant.
How can one reproduce the bug?
2a. Run create index CURL command
2b. Run add index data CURL command
Login with admin admin and choose private tenant for default
Management -> Security -> Tenants
click "Create Tenant", name it test-tenant and click "Create" button
go to Dashboards
Create an index pattern for test*
Go to Dashboards and click "Create new dashboard"
in the section where it says add a new object to the dashboard click the "Create new" button and create some visualization (I used Gauge) and save the visualization and the dashboard. I named them gauge1 and dashboard1.
click Dashboards and r-click on the title that says "dashboard1" and copy the link address.
Go to "Dashboard Management" -> "Advanced settings"
Past the copied link in the Default route from /app here's an example from my environment of the value used to configure the default route:
Click the "Save Changes" button that is displayed at the bottom of the screen.
Logout & Log back in it does not display the Dashboard it only displays if you logout and then log back in again.
from the users profile icon in the upper right switch to the test-tenant" and follow the same steps to create a dashboard and visualization. When you logout and log back in it does not redirect to the dashboard and displays an error that it can't find the dashboard.
If you go to Security -> Tenants and make the test-tenant the default tenant (make sure it's also the "Current" tenant) logout and log back in it redirects as expected to the dashboard that was configured in the Default Route.
What is the expected behavior?
That when the dashboard path is correctly configured in the tenants default path and a user logs in, the user is redirected to see that configured dashboard regardless of whether or not the current tenant is also the default tenant.
What is your host/environment?
Do you have any screenshots?
This screenshot shows the error upon login:
This screenshot shows the dashboard with it's url in the address bar that is supposed to load after login:
This screenshot shows the default route for the "test-tenant" configured to redirect to the dashboard found in the previous screenshot
Do you have any additional context?
not at the moment, let me know if you have any further questions.
The text was updated successfully, but these errors were encountered: