-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Warning message ( Page Not Found ) seen on the UI as soon as you navigate to ML app- also seen in Discover app. #139231
Comments
@elastic/kibana-data-discovery @elastic/kibana-vis-editors looping the teams in for more inputs. FYI: didn't see it on BC6 of 8.4.0 on cloud . more chatter happened here: https://elastic.slack.com/archives/C5TQ33ND8/p1661189973080439 |
Pinging @elastic/kibana-vis-editors @elastic/kibana-data-discovery |
I just reproduced the issue in Discover on BC2 build of 8.4.0 My steps to reproduce;
|
I reproduced it in Discover on BC1 as well |
Doesn’t seem related to vis editors. Data visualizer is owned by the ml team, Discover is owned by the data discovery team |
Pinging @elastic/kibana-core (Team:Core) |
This is a front-end issue, which happens when there is a refresh interval set in an app and you navigate away to a different app - You do see the warning message appearing. |
This looks the same as #137180. I also saw something similar once, but it wasn’t consistently reproducible at the time. It looked like there was a |
Seems like it was introduced in 8.3.0 #133157 |
Worth noting that ML & Discover each have their own implementations of this warning, so if we are seeing it in both places, I'm wondering if there's something else going on. It'd be good to get @elastic/kibana-data-discovery's eyes on this. |
We should consider documenting this as a known issue in 8.4.0, and push to get it resolved in 8.4.1. It sounds like the workarounds would be either:
Do those workarounds sound right @rashmivkulkarni? |
Yes, its good to document this as a known issue , for 8.4.0 and fix it for 8.4.1. The work around is right . The warning message does go away upon page refresh and/or disable auto-refresh. |
I could reproduce in 8.4 and in a main based PR. Both Discover and ML have the same problem when navigating from stack monitoring, have a look: discover-ml-timepicker-troubles.mp4What is weird here in the Discover case is, that the page that cannot be found, is the route of the stack monitoring plugin ... |
Also reproduced using Lens timepicker-lens-404.mp4 |
I get this error when I add sample data and navigate to dashboard from the sample data drop menu . Its transient .
|
@kertal, good call. Here is the class that monitoring is using for URL syncing: https://github.com/elastic/kibana/blob/main/x-pack/plugins/monitoring/public/url_state.ts and I couldn't find if kibana/x-pack/plugins/monitoring/public/url_state.ts Lines 141 to 145 in 1a70f6f
I put I believe this could cause any kind of weirdness with the URL because after you navigate to monitoring, the code keeps listening to time picker updates and is trying to update the URL that doesn't belong to the app. I believe the team should look into fixing this @elastic/stack-monitoring, but I don't think this is related to any other bugs that are reproduced when you don't navigate to monitoring first Also related: #135136 |
Regarding the issue from the description with Basic + ML:
I agree with @rudolf #139231 (comment), as ml seems to be looping itself because of this redirect:
cc @darnautov |
@darnautov, Could it be that the basic license redirect wasn't properly tested with #133157? |
Created an issue #139279, aiming to fix for |
Seems like this is fixed, so this issue can be closed, right @darnautov ? |
I think the issue of stack monitoring has not been resolved? could you have a look dear @elastic/stack-monitoring team? |
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
@flash1293 @kertal indeed I only fixed the ML app, I assume the stack monitoring team might consider fixing it for |
@kertal I tried to reproduce on stack monitoring running locally on the latest main. Not seeing it happen but I could be doing it wrong. |
@smith Just testing the logs explorer PR, tried to reproduce the issue, have a look: Kapture.2022-08-29.at.22.20.01.mp4 |
I've opened #139908 to fix the Stack Monitoring side. |
Kibana - BC6 of 8.4.0
License Level: Basic
When I navigated from Discover to Machine Learning app, I saw the warning which was appearing on the app as seen in the screenshot below.
Nothing much was captured in the browser console except
Logs were clean.
@LeeDr hit a similar issue on Discover app as well.
This doesnt seem limited to ML alone . Deeper investigation needed.
cc @qn895 @LeeDr
The text was updated successfully, but these errors were encountered: