-
Notifications
You must be signed in to change notification settings - Fork 504
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
Infinite loop on the Dependencies view #10
Labels
Comments
I got a reproduce of the infinite loop, getting this from JS Console: span.js:33 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at span.js:33
at index.js:74
at Array.map (<anonymous>)
at f (index.js:73)
at index.js:74
at Array.map (<anonymous>)
at f (index.js:73)
at span.js:38
at index.js:74
at Array.map (<anonymous>) |
I got the issue too, any update? |
I will tackle this today |
saminzadeh
pushed a commit
that referenced
this issue
May 23, 2017
vvvprabhakar
referenced
this issue
in vvvprabhakar/jaeger-ui
Jul 5, 2021
* Fixes #10: Infinite loop when no services are found * Add no service deps message Signed-off-by: vvvprabhakar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running a clean hotrod Docker image and having no data returned from dependencies endpoint the UI goes into infinite loop on the Dependencies tab
The text was updated successfully, but these errors were encountered: