Describe the bug
ArgoCD CLI works well, argocd login and argocd account update-password both works well.
But login with Chrome or Edge, encountered this error, can't login.
Uncaught (in promise) TypeError: this.props.onSubmitFailure is not a function
at t. (main.1d2e00654dba62cdf318.js:2:842643)
at v (main.1d2e00654dba62cdf318.js:2:45329)
at Generator._invoke (main.1d2e00654dba62cdf318.js:2:45117)
at S.forEach.e. [as throw] (main.1d2e00654dba62cdf318.js:2:45509)
at r (main.1d2e00654dba62cdf318.js:2:11650)
at main.1d2e00654dba62cdf318.js:2:11774
I tried several versions, all not work.
latest: v2.9.0-rc2
Stable: v2.8.4
and an old version: v2.5.22
Logs
From Browser Chrome / Edge -> Developer tools
Uncaught (in promise) TypeError: this.props.onSubmitFailure is not a function
at t. (main.1d2e00654dba62cdf318.js:2:842643)
at v (main.1d2e00654dba62cdf318.js:2:45329)
at Generator._invoke (main.1d2e00654dba62cdf318.js:2:45117)
at S.forEach.e. [as throw] (main.1d2e00654dba62cdf318.js:2:45509)
at r (main.1d2e00654dba62cdf318.js:2:11650)
at main.1d2e00654dba62cdf318.js:2:11774
Chrome version: Version 117.0.5938.149 (Official Build) (arm64)
Checklist:
argocd version
.Describe the bug ArgoCD CLI works well,
argocd login
andargocd account update-password
both works well.But login with Chrome or Edge, encountered this error, can't login.
Uncaught (in promise) TypeError: this.props.onSubmitFailure is not a function at t. (main.1d2e00654dba62cdf318.js:2:842643)
at v (main.1d2e00654dba62cdf318.js:2:45329)
at Generator._invoke (main.1d2e00654dba62cdf318.js:2:45117)
at S.forEach.e. [as throw] (main.1d2e00654dba62cdf318.js:2:45509)
at r (main.1d2e00654dba62cdf318.js:2:11650)
at main.1d2e00654dba62cdf318.js:2:11774
To Reproduce
Create an Ingress then login from Chrome or Edge
Expected behavior
I can login from UI successfully.
Screenshots
Version
I tried several versions, all not work. latest: v2.9.0-rc2 Stable: v2.8.4 and an old version: v2.5.22
Logs
From Browser Chrome / Edge -> Developer tools
Chrome version: Version 117.0.5938.149 (Official Build) (arm64)