You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a network call that doesn't succeed, the response is a 200 looks like:
{
"ok": false,
"response": "no handler found for uri [/_insights/top_queries] and method [GET]"
}
And there is no indication on the UI that it failed. We should ideally not be giving 200 for things that fail, and some indication that the user needs to do something else
How can one reproduce the bug?
Steps to reproduce the behavior.
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Operating system, version.
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.
The text was updated successfully, but these errors were encountered:
What is the bug?
When there is a network call that doesn't succeed, the response is a 200 looks like:
{
"ok": false,
"response": "no handler found for uri [/_insights/top_queries] and method [GET]"
}
And there is no indication on the UI that it failed. We should ideally not be giving 200 for things that fail, and some indication that the user needs to do something else
How can one reproduce the bug?
Steps to reproduce the behavior.
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Operating system, version.
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.
The text was updated successfully, but these errors were encountered: