Workspace is not started automatically from Dashboard after clicking "Open in IDE" button
See original GitHub issueI suspect there is some problem / race condition with starting workspace - was able to reproduce the problem against https://rhche.openshift.io/dashboard/#/ dashboard:
- Create workspace against vert.x stack
- Press “Open in IDE” button:
- ERROR: Workspace is not starting
- Press “Start” -> workspace is successfully started
NOTE: che.workspace.auto_start
is set to false
for rh-che deployment, not sure if it is expected but IMO if user press Open in IDE
button workspace should be started in anycase (the property should only handle the case of direct opening of the workspace URL e.g from bookmark ). Description of the property:
# By default, when users access to a workspace with its URL the workspace
# automatically starts if it is stopped. You can set this to false to disable this.
che.workspace.auto_start=true
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
The Spring Boot Dashboard in STS - Part 1: Local Boot Apps
It opens up a simple view that is in sync with your workspace projects, showing those projects of your workspace that are Spring...
Read more >VS Code Desktop - Gitpod
To restart the workspace, click Open Workspace from the workspace start page or from the dashboard and VS Code Desktop should automatically reconnect....
Read more >Boot Dashboard · spring-projects/sts4 Wiki - GitHub
The Spring Boot Dashboard comes as an additional view in STS/Eclipse. It is opened automatically in the Java perspective. You can also open...
Read more >Chapter 3. Developer workspaces - Red Hat Customer Portal
To open the workspace, click the Create & Open button. 3.4.2. Importing from the Dashboard into an existing workspace. From the ...
Read more >Workspaces - cnvrg.io docs
Open a project and then click the Workspaces tab. Click Start a Workspace. Click Change type to select the notebook type: JupyterLab, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@eivantsov yeah, I wrote about it in the issue description.
IMO “Open in IDE” should start workspace in any case regardless of the
che.workspace.auto_start
property if we are planning to leave dashboard on osioClosing as outdated