You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpmct opened this issue
Aug 16, 2023
· 2 comments
· Fixed by #9221
Assignees
Labels
must-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.s2Broken use cases or features (with a workaround). Only humans may set this.
In old versions of Coder, you used to be able to click the port forward dialog and see newly opened ports. However, since Coder only requests ports once when the page loads, this is inaccurate if you do the following:
Current behavior
Open workspace in web UI
Start a server from the terminal: python3 -m http.server 3000
Notice the port count did not increase
Notice that when you click the dialog port 3000 appears
Refresh the page to see the new port
Screen.Recording.2023-08-16.at.12.48.23.PM.mov
Desired behavior
It constantly has accurate port info without a refresh
The text was updated successfully, but these errors were encountered:
bpmct
added
s2
Broken use cases or features (with a workaround). Only humans may set this.
bug
labels
Aug 16, 2023
must-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.s2Broken use cases or features (with a workaround). Only humans may set this.
In old versions of Coder, you used to be able to click the port forward dialog and see newly opened ports. However, since Coder only requests ports once when the page loads, this is inaccurate if you do the following:
Current behavior
python3 -m http.server 3000
Screen.Recording.2023-08-16.at.12.48.23.PM.mov
Desired behavior
It constantly has accurate port info without a refresh
The text was updated successfully, but these errors were encountered: