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
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
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
Additional context
Add any other context about the problem here.