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
I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
I have searched existing issues and could not find a match for this bug
Stack Trace
TypeError: Cannot read properties of undefined (reading 'replace')
at eval (webpack://argo-workflows-ui/./src/shared/artifacts.ts?:38:21)
at Array.map (<anonymous>)
at nodeArtifacts (webpack://argo-workflows-ui/./src/shared/artifacts.ts?:36:7)
at eval (webpack://argo-workflows-ui/./src/shared/artifacts.ts?:99:12)
at Array.map (<anonymous>)
at findArtifact (webpack://argo-workflows-ui/./src/shared/artifacts.ts?:97:37)
at WorkflowDetails (webpack://argo-workflows-ui/./src/workflows/components/workflow-details/workflow-details.tsx?:176:140)
at renderWithHooks (webpack://argo-workflows-ui/./node_modules/react-dom/cjs/react-dom.development.js?:11098:22)
at updateFunctionComponent (webpack://argo-workflows-ui/./node_modules/react-dom/cjs/react-dom.development.js?:14130:24)
at beginWork (webpack://argo-workflows-ui/./node_modules/react-dom/cjs/react-dom.development.js?:15472:18)
Component Stack
at WorkflowDetails (webpack://argo-workflows-ui/./src/workflows/components/workflow-details/workflow-details.tsx?:157:28)
at Route2 (webpack://argo-workflows-ui/./node_modules/react-router/es/Route.js?:55:5)
at Switch2 (webpack://argo-workflows-ui/./node_modules/react-router/es/Switch.js?:40:5)
at WorkflowsContainer (webpack://argo-workflows-ui/./src/workflows/components/workflows-container.tsx?:15:313)
at Route2 (webpack://argo-workflows-ui/./node_modules/react-router/es/Route.js?:55:5)
at Switch2 (webpack://argo-workflows-ui/./node_modules/react-router/es/Switch.js?:40:5)
at ErrorBoundary (webpack://argo-workflows-ui/./src/shared/components/error-boundary.tsx?:31:5)
at div
at div
at Layout (webpack://argo-workflows-ui/./node_modules/argo-ui/src/components/layout/layout.tsx?:11:118)
at Switch2 (webpack://argo-workflows-ui/./node_modules/react-router/es/Switch.js?:40:5)
at Router2 (webpack://argo-workflows-ui/./node_modules/react-router/es/Router.js?:50:5)
at AppRouter (webpack://argo-workflows-ui/./src/app-router.tsx?:93:22)
at App
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
Workflow can produce nodes with input artifact but without keys.
e.g.
When this happens, the UI panic
Version(s)
latest (dbfedbd)
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: