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

Application Sync button silently fails #22178

Open
3 tasks done
sidewinder12s opened this issue Mar 4, 2025 · 0 comments
Open
3 tasks done

Application Sync button silently fails #22178

sidewinder12s opened this issue Mar 4, 2025 · 0 comments
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements version:2.14 Latest confirmed affected version is 2.14

Comments

@sidewinder12s
Copy link

sidewinder12s commented Mar 4, 2025

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

Sometimes when syncing an application from the multi-application select page, once I select the apps I'd like to sync and then try to hit the sync button, nothing happens.

When I open devtools this is the error that fires when the UI gets into this state:

Uncaught TypeError: Cannot read properties of undefined (reading 'isAppOfAppsPattern')
    at main.43c6e70….js:2:1822227
    at Array.forEach (<anonymous>)
    at c (main.43c6e70….js:2:1822212)
    at onClick (main.43c6e70….js:2:1823557)
    at Object.s (main.43c6e70….js:2:511858)
    at p (main.43c6e70….js:2:512001)
    at main.43c6e70….js:2:512147
    at _ (main.43c6e70….js:2:512233)
    at at (main.43c6e70….js:2:527700)
    at rt (main.43c6e70….js:2:527510)

To Reproduce

I am not sure. It seems to happen more when I sync 1 set of apps, then try to sync more. I originally thought it had to do with credentials/access token in our OIDC setup expiring until I saw the error in devtools.

Expected behavior

I'd expect the sync application popup page to work without issue.

Screenshots

Image

Version

argocd: v2.14.2+ad27246
  BuildDate: 2025-02-06T00:06:23Z
  GitCommit: ad2724661b66ede607db9b5bd4c3c26491f5be67
  GitTreeState: clean
  GoVersion: go1.23.3
  Compiler: gc
  Platform: linux/amd64
argocd-server: v2.14.2+ad27246
  BuildDate: 2025-02-05T23:44:17Z
  GitCommit: ad2724661b66ede607db9b5bd4c3c26491f5be67
  GitTreeState: clean
  GoVersion: go1.23.3
  Compiler: gc
  Platform: linux/arm64
  Kustomize Version: v5.4.3 2024-07-19T16:40:33Z
  Helm Version: v3.16.3+gcfd0749
  Kubectl Version: v0.31.0
  Jsonnet Version: v0.20.0
@sidewinder12s sidewinder12s added the bug Something isn't working label Mar 4, 2025
@nitishfy nitishfy added component:ui User interfaces bugs and enhancements version:2.14 Latest confirmed affected version is 2.14 labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:ui User interfaces bugs and enhancements version:2.14 Latest confirmed affected version is 2.14
Projects
None yet
Development

No branches or pull requests

2 participants