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
Describe the bug
Error on the list traces page, "TypeError: Cannot read properties of undefined (reading 'content')"
console.log output from Devtoools
Fingerprinting protection active on the current page.Understand this warningAI
content_script_compiled.js:33 completePageInitializationIfReady_ {message: 'Could not establish connection. Receiving end does not exist.'}
traces:1 Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.Understand this errorAI
main-HC2E6P25.js:207 TypeError: Cannot read properties of undefined (reading 'content')
at oO (main-HC2E6P25.js:197:57314)
at mapTraceData (main-HC2E6P25.js:207:7226)
at Array.map (<anonymous>)
at t.<anonymous> (main-HC2E6P25.js:207:6545)
at Generator.next (<anonymous>)
at n (chunk-WWX6BADO.js:16:1380)
at f.invoke (polyfills-YTAVFQFU.js:16:6443)
at Object.onInvoke (chunk-ONSQURI2.js:22:29800)
at f.invoke (polyfills-YTAVFQFU.js:16:6383)
at t.run (polyfills-YTAVFQFU.js:16:1735)
To Reproduce
Start DevUI, navigate to "traces" tab on the left
Sam, mind providing what the ListTraces response looks like from dev tools? ListTraces works fine in general, so this is specific to a trace that you have locally. It might be a special case trace that is throwing the component for a loop which will be interesting to learn.
Describe the bug
Error on the list traces page, "TypeError: Cannot read properties of undefined (reading 'content')"
console.log output from Devtoools
To Reproduce
Start DevUI, navigate to "traces" tab on the left
Expected behavior
Able to list traces
Screenshots
** Environment **
The text was updated successfully, but these errors were encountered: