-
Notifications
You must be signed in to change notification settings - Fork 74
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 hung on detailed run and pathPrefix issue #2968
Comments
Hey @BartNetJS thank you for opening this issue. I am not able to reproduce the problem. Could you share more details about your Also, I am curious about error logs in the browser console, the size of the response body of your trigger and the number of spans. |
@BartNetJS could you try using a clean install of tracetest A couple of questions:
|
I tried a clean install. Same issue. The http call gives an immediate response: ` HTTP/1.1 200 OK <!doctype html><title>Tracetest</title><script>const parser={toArray(e){try{return JSON.parse(e)||[]}catch(e){return[]}},toBoolean:e=>"true"===e,toObject(e){try{return JSON.parse(e)||{}}catch(e){return{}}},toString:e=>e};function getTemplateValue(e,t,r){var a=String.fromCharCode(123),n= ` |
@jorgeepc I've downgraded to v0.12.2 and it runs smoothly again for reference, these are the helm chart i'm using: kubeshop/tracetest 0.2.69 v0.13.0 A Helm chart for Trace Test |
Thank you @BartNetJS for the details. We are reviewing the problem and trying to duplicate it in our environments. We will let you know once we have more information. |
@jorgeepc any update on this issue? |
Hey @BartNetJS we have been testing this and we are not able to reproduce the issue. I think a meeting could be really helpful to debug the problem. Please let me know your availability and we can schedule something. In the meantime, if you could share with us an screenshot of your network tab (with the |
Hi @jorgeepc Can i send you a mp4 file directly by mail or link? |
@jorgeepc today is my last working day before holiday. If you send me a meeting request today (09:00-17:00 CET) I can show you the issue. |
@BartNetJS I sent you an invite |
HI @jorgeepc I'm back, but didn't got an invite. Can you try to send a new one? |
Hey @BartNetJS please send me your contact details to [email protected] I'll schedule something for this week. Thank you! |
Hey @BartNetJS I found the issue. I opened a PR #3127 with the fix. I'll notify you when we have it in a new release. |
Reopening until we can validate it in the release |
Hey @BartNetJS we release our |
The problem was fixed in |
I've updated to the latest version V0.13.0
When I click on a detailed run, the page is not responsive anymore.
I got
If I wait long enough I got a response back
Also pathPrefix is not working for the liveness route, it return 404. I see in the yaml that liveness is on the prefix, but got 404 in the kubenretes events.
See also an old issue here #2907
The text was updated successfully, but these errors were encountered: