Open lindhe opened 1 year ago
This is usually due to a simple frontend bug, like a null reference. That was the whole error message? I'd expect to see a message in addition to the stack trace.
Yeah, this was the entire message.
This error appeared also in my environment. Happened in ArgoCD version: v2.7.3, v2.8.4 This error appeared when I view a pod that has multiple containers. I select one of the containers that is not shown in the log view by default. I then close the log view and open another pod log view - then the error appears. A refresh fixed it. Can you issue a correction?
I encountered the same bug with a 2.11.x version. I fixed it by downgrading to v2.9.6. Here's some additional information that might help someone reproduce the issue.
I was deploying one of the applications to a new environment (I added another element in the ApplicationSet list generator to deploy to a different namespace). When I went to the main screen to check all the applications (this is important—I have "Items per page" set to "all"), the error started occurring, and none of the basic fixes (different browser, incognito mode, pod restart, etc.) worked.
I then logged in using port-forward on Kubernetes, where none of the UI configurations were applied (with "Items per page" set to "10" or something similar). This restored the functionality of at least opening the main screen, but as soon as I typed the first two letters of the application's name ("ma" in this case) in the search bar, the list of displayed applications changed. Without ever displaying the newly fetched application, it threw the same error.
It seems likely that this bug is related to the application card display. The backend was working fine, and I was able to continue performing operations using the ArgoCD CLI.
Checklist:
argocd version
.Describe the bug
I was hanging out in the "Pods" view of an application and left my computer for a few minutes. When I was back, the window had a blank (white) background with just the text pasted below.
I think that I might have had the "App diff" drawer open.
It told me to post here, so I did. ¯\_(ツ)_/¯
To Reproduce
I have no idea.
Expected behavior
I expected to stay in the application view.
Version
Logs