[Discover] Error handling when failed to build a search request #103083
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Discover
Discover Application
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version: 7.14 / master
Description of the problem including expected versus actual behavior:
Building a search request could fail for multiple reasons, mostly due to unsupported configuration.
For example #103082, the failure happens at:
kibana/src/plugins/discover/public/application/apps/main/services/use_saved_search.ts
Line 188 in 771f7de
In this example, Discover doesn't show the user an error. Even no toast.
It just continues to look like it is running a search:
** Expected behaviour **:
Exit loading state and show error an error state
The text was updated successfully, but these errors were encountered: