-
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
UI shows "null is not an object" if retry a failed container set workflow #11061
Comments
Does this only happen for containerSet workflows? |
Yes, the retry works fine with other workflows. |
Does the CLI |
This issue only refers to the UI. The retry is started when pressing the retry button in the UI. But this error screen appears. |
I am not able to reproduce it on |
It's the same error with the images:
Maybe it is Safari specific?! Safari version is
|
Perhaps try another browser? Unfortunately the stacktrace isn't very informative. |
The issue appears also in Chrome, but the text differs a bit: Chrome version
|
That is more informative. I am working on a potential fix. When the builds become green https://github.com/argoproj/argo-workflows/actions/runs/4938495540/jobs/8828346726, can you try the image tag |
I'll check tomorrow. |
Safari and Chrome don't show the error message anymore. So everything is fine there, I guess. But a different problem occurs: When the containerSet workflow is finished (and failed) the workflow is not shown in the list of workflows anymore if I reload the list of workflows. Reload either by Ctrl-R or pressing the Workflows icon in the upper right hand corner. When I switching back to v3.4.7 version the workflows are shown in the list of workflows. |
Can you check your browser developer console to see if there are any error messages? |
…#11061 Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
Sent #11071 to fix the original issue. I cannot reproduce the second issue with list of workflows that you mentioned. |
…#11061 (argoproj#11073) Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
…#11061 (argoproj#11073) Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
Pre-requisites
:latest
What happened/what you expected to happen?
If i retry a failed container set workflow from the UI (retry button upper left hand side in workflow view) the UI shows following error:
Page needs to be reloaded to show Workflow list again.
Version
v3.4.7
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows 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: