Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

UI stop working when selecting one task of a DAG #3330

@marcocrasso

Description

@marcocrasso

Describe the bug
The UI stop working when selecting one task of a DAG with Safari. In the past, one click on a task displayed tasks details pane on the right side of the screen.

Details

  • Conductor UI v3.13.2
  • Safari Version 15.6.1 (15613.3.9.1.16, 15613)

The server is not related to the issue.

To Reproduce
Steps to reproduce the behavior:

git fetch
git checkout v3.13.2
cd ui
export WF_SERVER=<<your server with api, e.g. https://localhost:8080/>>
yarn build
yarn start
go to http://localhost:5000/ and pick one executed workflow, then click on one green task. That doesn't work for us. 

Expected behavior
When you click a task, the right pane you be there with task details.

Screenshots
image

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions