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

[BUG] Show toast errors when the UI aync request comes back with error #217

Closed
ps48 opened this issue Nov 15, 2023 · 0 comments
Closed

[BUG] Show toast errors when the UI aync request comes back with error #217

ps48 opened this issue Nov 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working v2.13.0

Comments

@ps48
Copy link
Member

ps48 commented Nov 15, 2023

What is the bug?
Show toast errors when the UI aync request comes back with error

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Block the flint request index
PUT /.query_execution_request_glue_3/_settings
{
  "settings": {
    "index.blocks.read_only": true,
    "index.blocks.write": true
  }
}

// check settings is updated
GET /.query_execution_request_glue_3/_settings

// check index stats
GET /.query_execution_request_glue_3/_stats
  1. Run a query on this datasource, UI is stuck with no error.

What is the expected behavior?
UI should pop out a toast message

What is your host/environment?

  • OS: AL2
  • Version 2.11
  • Plugins: Workbench

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.13.0
Projects
None yet
Development

No branches or pull requests

2 participants