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

Rarely a white screen appears immediately after browser access #14247

Open
4 tasks done
panicboat opened this issue Mar 4, 2025 · 2 comments · May be fixed by #14246
Open
4 tasks done

Rarely a white screen appears immediately after browser access #14247

panicboat opened this issue Mar 4, 2025 · 2 comments · May be fixed by #14246
Labels
problem/more information needed Not enough information has been provide to diagnose this issue. problem/stale This has not had a response in some time type/bug

Comments

@panicboat
Copy link
Contributor

Pre-requisites

  • I have double-checked my configuration
  • I have tested with the :latest image tag (i.e. quay.io/argoproj/workflow-controller:latest) and can confirm the issue still exists on :latest. If not, I have explained why, in detail, in my description below.
  • I have searched existing issues and could not find a match for this bug
  • I'd like to contribute the fix myself (see contributing guide)

What happened? What did you expect to happen?

When opening a browser and typing in the Argo Workflows URL, a white screen will appear on rare occasions.
This screen can be resolved by reloading the browser, but first-time users may be confused.

Version(s)

v3.6.2

Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.

none

Logs from the workflow controller

kubectl logs -n argo deploy/workflow-controller | grep ${workflow}

Logs from in your workflow's wait container

kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
@MasonM
Copy link
Member

MasonM commented Mar 17, 2025

Can you please provide the following information?

  1. Do you have any sort of proxy setup in between you and Argo Workflows?
  2. What URL are you visiting when this happens?
  3. When you open DevTools, do you see any errors in the console? If so, what are they?

I suspect this isn't a problem with Argo Workflows per-se, it's a networking-related issue when loading the main.js file. If so, there isn't a whole lot we can do to prevent that, though maybe https://www.npmjs.com/package/webpack-retry-chunk-load-plugin would help.

@MasonM MasonM added the problem/more information needed Not enough information has been provide to diagnose this issue. label Mar 17, 2025
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity and needs more information. It will be closed if no further activity occurs.

@github-actions github-actions bot added the problem/stale This has not had a response in some time label Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem/more information needed Not enough information has been provide to diagnose this issue. problem/stale This has not had a response in some time type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants