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

Argo Rollouts Dashboard error #1280

Closed
DanTulovsky opened this issue Jun 15, 2021 · 0 comments · Fixed by #1287
Closed

Argo Rollouts Dashboard error #1280

DanTulovsky opened this issue Jun 15, 2021 · 0 comments · Fixed by #1287
Labels
bug Something isn't working

Comments

@DanTulovsky
Copy link

Summary

I installed the new stand alone manifest for argo rollouts dashboard (version 1.0.1). It works for the most part, but every once in a while, when I am looking at a specific Rollout, the screen will go blank. Refreshing the browser window fixes it.

The Console shows javascript errors:

react-dom.production.min.js:216 TypeError: Cannot read property 'toLowerCase' of undefined
    at rollout.tsx:341
    at Array.map (<anonymous>)
    at w (rollout.tsx:333)
    at ti (react-dom.production.min.js:157)
    at Fo (react-dom.production.min.js:267)
    at zs (react-dom.production.min.js:250)
    at gs (react-dom.production.min.js:250)
    at bs (react-dom.production.min.js:250)
    at ds (react-dom.production.min.js:243)
    at react-dom.production.min.js:123
ao @ react-dom.production.min.js:216
hostReportError.js:3 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
    at rollout.tsx:341
    at Array.map (<anonymous>)
    at w (rollout.tsx:333)
    at ti (react-dom.production.min.js:157)
    at Fo (react-dom.production.min.js:267)
    at zs (react-dom.production.min.js:250)
    at gs (react-dom.production.min.js:250)
    at bs (react-dom.production.min.js:250)
    at ds (react-dom.production.min.js:243)
    at react-dom.production.min.js:123

Diagnostics

1.0.1

# Paste the logs from the rollout controller

# Logs for the entire controller:
kubectl logs -n argo-rollouts deployment/argo-rollouts

# Logs for a specific rollout:
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME>

Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant