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

main-xxx.js brokein in ArgoCD v2.11.3 / Chart 7.1.2 (Your browser does not support JavaScript) #18527

Closed
3 tasks done
mmisztal1980 opened this issue Jun 6, 2024 · 7 comments
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@mmisztal1980
Copy link

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

I've deployed the latest version of ArgoCD to our private environment. Configured global.domain and ingress to access the UI.
Upon navigating to the UI I got a blank page stating:

The above result has been reproduced on 2 different machines, under Chrome an FireFox

To Reproduce

  • deploy the latest version of AgoCD
  • attempt to access the UI

Expected behavior

  • I'm expecting to see the UI

Screenshots

image

Version

argocd@argo-argocd-server-66665f8786-2vdq6:~$ argocd version
argocd: v2.11.3+3f344d5
  BuildDate: 2024-06-06T08:42:00Z
  GitCommit: 3f344d54a4e0bbbb4313e1c19cfe1e544b162598
  GitTreeState: clean
  GoVersion: go1.21.9
  Compiler: gc
  Platform: linux/amd64

Logs

N/A

@mmisztal1980 mmisztal1980 added the bug Something isn't working label Jun 6, 2024
@mmisztal1980
Copy link
Author

The contents of the main JS bundle appear to be invalid:
image

@mmisztal1980 mmisztal1980 changed the title Your browser does not support JavaScript on ArgoCD v2.11.3 / Chart 7.1.2 main.xxx.js brokein in ArgoCD v2.11.3 / Chart 7.1.2 (Your browser does not support JavaScript) Jun 6, 2024
@mmisztal1980 mmisztal1980 changed the title main.xxx.js brokein in ArgoCD v2.11.3 / Chart 7.1.2 (Your browser does not support JavaScript) main-xxx.js brokein in ArgoCD v2.11.3 / Chart 7.1.2 (Your browser does not support JavaScript) Jun 6, 2024
@jannfis
Copy link
Member

jannfis commented Jun 6, 2024

I cannot reproduce this on a fresh install of Argo CD 2.11.3:

image

@mmisztal1980
Copy link
Author

@jannfis do you know the location of the bundle in the container? I'll verify the image contents

@mmisztal1980
Copy link
Author

I've tried this with a stock image again - same result. I'm wondering if there's something missing in my chart values...

@jannfis
Copy link
Member

jannfis commented Jun 10, 2024

@mmisztal1980 Stupid question, but have you tried with a different browser, in incognito mode or deleting the browser cache yet?

@mmisztal1980
Copy link
Author

mmisztal1980 commented Jun 10, 2024

yes, I've managed to access the UI via kubectl port-forward so I've verified it's there. Now I'm looking for differences between chart v5.x and v7.x which I might have missed

@mmisztal1980
Copy link
Author

Fixed. There have been changes in the chart structure which broke our ingress.

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