-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
UI gives confusing error messages #401
Comments
same error with following logs from query service:
|
Same confusing UI error for me; via the browser console I could see the underlying error was:
because I had no data because my agent wasn't installed properly. |
@tiffon this looks like it could be a very simple fix. Should we even be returning JSON from the server when the response is non-2xx? I don't know what the convention is in this case for REST APIs. |
@yurishkuro I think returning the error details in JSON for I've created jaegertracing/jaeger-ui#127 to address this. |
This was fixed by jaegertracing/jaeger-ui#133. |
👏 |
when you hit search, but the backend request results in a non-200 ok such as a 504,
the UI says:
this is confusing and it should probably say "backend returned 504 - gateway timeout" or something
The text was updated successfully, but these errors were encountered: