ui icon indicating copy to clipboard operation
ui copied to clipboard

Relationships tab isn't working

Open royreznik opened this issue 1 year ago • 4 comments

Describe the bug We just upgraded from web-ui 2.31 to 2.36 and we encounter a weird bug we are using the docker image of the UI

When trying to load the relationship tab inside a workflow I'm getting this error in the console:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'workflowId')
    at r.$$.update (45.6rOZA0Wz.js:5:44743)
    at Mt (index.D6yvRDVo.js:4:3909)
    at new cr (45.6rOZA0Wz.js:5:45197)
    at mr (45.6rOZA0Wz.js:5:45345)
    at Mt (index.D6yvRDVo.js:4:3955)
    at new Yr (45.6rOZA0Wz.js:5:45810)
    at ie (scheduler.DpGMy-aI.js:1:7922)
    at Object.p (app.BOg3lIWm.js:2:5544)
    at xt (scheduler.DpGMy-aI.js:1:1175)
    at Object.p (8.D113TCZI.js:1:84016)Understand this errorAI

And the page just freeze

To Reproduce Steps to reproduce the behavior:

  1. go to any workflow relationship tab

Desktop (please complete the following information):

  • OS: kubuntu & Mac
  • Browser: chrome
  • Version: 131.0.6778.139

royreznik avatar Mar 16 '25 15:03 royreznik

What server version of Temporal are you using?

Alex-Tideman avatar Mar 17 '25 13:03 Alex-Tideman

temporal 1.22.4

royreznik avatar Mar 18 '25 06:03 royreznik

To use the improved Relationships tab, you will need to be on 1.24+ of temporal server

Alex-Tideman avatar Mar 18 '25 14:03 Alex-Tideman

The ReadMe state that Temporal UI requires [Temporal v1.16.0](https://github.com/temporalio/temporal/releases/tag/v1.16.0) or later.

Can i disable this improved Relationships tab somehow?

royreznik avatar Mar 26 '25 16:03 royreznik