Closed as not planned
Description
Expected Behavior
-
coder port-forward <workspace name> --tcp 3000:3000
starts fine. -
I start a node react app on port 3000
-
And open
localhost:3000
on my local Macbook Pro and the app shows up fine -
I make a quick change in the HTML to go from
OSS!
toOSS World!
and the app recompiles -
I should refresh
localhost:3000
and the change be visible
Current Behavior
Step 5 above freezes the web browser at localhost:3000
and it never reloads.
I have to stop the port-forward and re-start it.
Screenshot (clockwise)
kubectl logs
into the workspace pod- the
localhost:3000
web app, with previous state and notice the X in the browser which means it will not finish loading code-server
VS Code in a browser opened from the workspace with the src file I changed and terminal with app started on 3000- the
coder port-forward
running in the local terminal
Metadata
Metadata
Assignees
Labels
No labels