You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from 2.12.0 to 2.13.0 we found that resources show progress status when it's already healthy.
This means UI can't get actual status from Argo CD server.
Regular refresh of window in browser helps.
I see error in developer console of browser
For some reason it's doing calls to:
appNamespace=undefined
To Reproduce
Upgrade to 2.13.0 version
Expected behavior
No error
Screenshots
Version
Paste the output from `argocd version` here.
Logs
Paste any relevant application logs here.
The text was updated successfully, but these errors were encountered:
It seems it is connected with http path. If I open /applications/argocd/{name} with specifying application namespace, instead of /applications/{name} without namespace, it works.
Checklist:
argocd version
.Describe the bug
After upgrading from
2.12.0
to2.13.0
we found that resources show progress status when it's already healthy.This means UI can't get actual status from Argo CD server.
Regular refresh of window in browser helps.
I see error in developer console of browser
For some reason it's doing calls to:
To Reproduce
Upgrade to
2.13.0
versionExpected behavior
No error
Screenshots
Version
Paste the output from `argocd version` here.
Logs
The text was updated successfully, but these errors were encountered: