Skip to content
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

Kibana should recognize when the browser is offline, not throw cryptic errors #146092

Open
mattkime opened this issue Nov 23, 2022 · 1 comment
Open
Labels
enhancement New value added to drive a business result old Used to help sort old issues on GH Projects which don't support the Created search term. Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@mattkime
Copy link
Contributor

This is part of a larger effort of reducing toast notifications - #67270 and #145810

Load up kibana, disconnect from the network, perform nearly any action and you're probably looking at a bunch of toast errors from failed requests. Kibana should handle this common error state gracefully. At first past, I see this having two portions -

  1. Some sort of global visual indicator of being in offline mode
  2. A method of suspending requests which are certain to fail and result in cryptic errors.

Helpful browser api - https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine

@mattkime mattkime added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) labels Nov 23, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@rayafratkina rayafratkina added the enhancement New value added to drive a business result label May 20, 2024
@petrklapka petrklapka added the old Used to help sort old issues on GH Projects which don't support the Created search term. label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result old Used to help sort old issues on GH Projects which don't support the Created search term. Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
Development

No branches or pull requests

4 participants