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

appNamespace=undefined #20699

Open
3 tasks
Hronom opened this issue Nov 8, 2024 · 2 comments
Open
3 tasks

appNamespace=undefined #20699

Hronom opened this issue Nov 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Hronom
Copy link
Contributor

Hronom commented Nov 8, 2024

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

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
image

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.
@Hronom Hronom added the bug Something isn't working label Nov 8, 2024
@Hronom
Copy link
Contributor Author

Hronom commented Nov 8, 2024

Found that version 2.12.0 doing calls to appNamespace=. But response is 200 there.

@tkukushkin
Copy link

tkukushkin commented Nov 8, 2024

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.

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

No branches or pull requests

2 participants