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

If not already logged into Red Hat SSO, "Create Dev Sandbox" wizard gets stuck at loading screen #3323

Closed
datho7561 opened this issue Sep 25, 2023 · 2 comments · Fixed by #3325
Assignees
Labels
Milestone

Comments

@datho7561
Copy link
Contributor

To reproduce:

  1. Log out of Red Hat SSO, or let your current session expire
  2. Open the "Create Cluster" wizard
  3. Select "Dev Sandbox"

Expected: it opens a browser to perform SSO

Actual: it displays a loading animation and nothing happens

@datho7561
Copy link
Contributor Author

probably same root cause as #3317

@datho7561
Copy link
Contributor Author

If you set a breakpoint at clusterViewLoader.ts#367, then the bug doesn't occur.

@datho7561 datho7561 self-assigned this Sep 25, 2023
@datho7561 datho7561 added this to the 1.9.0 milestone Sep 25, 2023
datho7561 added a commit to datho7561/vscode-openshift-tools that referenced this issue Sep 25, 2023
Don't `await` message being sent to the webview when the webview is
being built,
since the webview is likely unable to receive the message yet.

Fixes redhat-developer#3323

Signed-off-by: David Thompson <davthomp@redhat.com>
msivasubramaniaan pushed a commit that referenced this issue Sep 26, 2023
Don't `await` message being sent to the webview when the webview is
being built,
since the webview is likely unable to receive the message yet.

Fixes #3323

Signed-off-by: David Thompson <davthomp@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant