-
Notifications
You must be signed in to change notification settings - Fork 947
Closed
Labels
must-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.Issues 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.Broken use cases or features (with a workaround). Only humans may set this.
Description
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
MrPeacockNLB
Metadata
Metadata
Assignees
Labels
must-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.Issues 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.Broken use cases or features (with a workaround). Only humans may set this.