-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflows UI: Cannot read properties of undefined (reading 'template') #8102
Comments
Can you please try in v3.3? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've confirmed in our setup this is fixed in v3.3.2. Thank you. |
Getting same error with version 3.4.12 ➜ argoprc argo submit artifacts-multistep.yaml --watch The UI also showing same error as original post |
@skhurana333 screenshot? |
@jiangshanw you have blurred the line numbers/variable names! |
Summary
I submitted DAG workflow with inline template. The workflow is successfully run, but when I click on any task
task
for details/logs I got the errorCannot read properties of undefined (reading 'template')
.With DAG yaml and separate template approach like in multiroot example it works, but not with inline.
What happened/what you expected to happen?
I expect to see sidebar menu with logs when I click on a task.
Diagnostics
Paste the smallest workflow that reproduces the bug. We must be able to run the workflow.
I use the argo
3.2.9
and tried to downgrade to3.2.6
got the same issue.Thank you for your help 🙏
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: