Kibana version: master
Elasticsearch version: master
Server OS version: darwin
Browser version: Chrome
Browser OS version: 55.0.2883.95
Original install method (e.g. download page, yum, from source, etc.): source
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Expected: Loads the search profiler
Actual: Navigates back to discover regardless of what app you were on before
Errors in browser console (if relevant):
Object {CourierFetchRequestStatus: "aborted"}
@jbudz Can you take a look at this when you get a chance? It'll become much more common to encounter this when we ship tribe.
This is due to linkToLastSubUrl. When you last visit Console before disabling it, Kibana will try to redirect to Console then eventually redirect to Discovery due to the route not existing.
@epixa, any reason we can't disable this functionality for Dev Tools?
I'm all for this not existing in DevTools.
We attempted to solve this in https://github.com/elastic/kibana/pull/9912 but time constraints have caused it to stall. I've closed the PR but the changes should be valid in the future when we're ready to pick it back up again.
When we pick this up again we should backport this a few versions. This bug goes back to at least 6.2.
Pinging @elastic/es-ui