Skip to content
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

routes is not iterable error in GatewayDataplanePolicyList #8107

Closed
johncowen opened this issue Oct 18, 2023 · 1 comment · Fixed by #8209
Closed

routes is not iterable error in GatewayDataplanePolicyList #8107

johncowen opened this issue Oct 18, 2023 · 1 comment · Fixed by #8209
Labels
kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it

Comments

@johncowen
Copy link
Contributor

johncowen commented Oct 18, 2023

What happened?

src/app/gateways/components/GatewayDataplanePolicyList.vue at line 118:32

for (const route of host.routes) {

Looks to to be around here ^

From what I understand this originates from an issue in the backend, where this property should be at least an empty array.

@johncowen johncowen added triage/pending This issue will be looked at on the next triage meeting kind/bug A bug labels Oct 18, 2023
@jakubdyszkiewicz jakubdyszkiewicz transferred this issue from kumahq/kuma-gui Oct 23, 2023
@jakubdyszkiewicz jakubdyszkiewicz added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Oct 23, 2023
@github-actions github-actions bot added the triage/pending This issue will be looked at on the next triage meeting label Oct 23, 2023
@jakubdyszkiewicz
Copy link
Contributor

jakubdyszkiewicz commented Oct 23, 2023

Triage: it's inspect API. Check all nested lists

@jakubdyszkiewicz jakubdyszkiewicz removed the triage/pending This issue will be looked at on the next triage meeting label Oct 23, 2023
lahabana added a commit to lahabana/kuma that referenced this issue Oct 31, 2023
lahabana added a commit that referenced this issue Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants