-
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
Cannot read properties of undefined (reading 'map')
on /cron-workflows/
#14047
Comments
I can't reproduce this, but I inspected the JS from that release, and it looks like the error is on this line: https://github.com/argoproj/argo-workflows/blob/v3.6.2/ui/src/cron-workflows/cron-workflow-list.tsx#L174 which should only happen if you have a
|
This might be the same issue as #14009 |
I have migrated all my Sadly, UI still breaks. |
Specifying an empty array for apiVersion: argoproj.io/v1alpha1
kind: CronWorkflow
metadata:
name: testschedules
spec:
schedules: []
workflowSpec:
entrypoint: main
templates:
- name: main
container:
image: argoproj/argosay:v2 Fixing the UI to handle that wouldn't be hard, but that leaves the question of how this happened. Were these invalid |
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?
Screenshot
Version(s)
v3.6.2
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.
Goto https://argo-workflows.*/cron-workflows/
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: