-
Notifications
You must be signed in to change notification settings - Fork 881
Bug still in 0.8.5 (1st reported in v0.7.4 3f97767): coder port-forward
and localhost:3000
freezes if web app source code is updated
#2658
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
Comments
facing the same issue, but it works after hitting refresh again |
@bpmct This bug is still here. I am using a Node app, and after making a change, the app recompiles and refreshing the screen just spins. So this bug is still in Coder, now 0.8.5 The resolution is |
coder port-forward
and localhost:3000
freezes if web app source code is updatedcoder port-forward
and localhost:3000
freezes if web app source code is updated
#2779 should solve this. Closing for now. |
@kylecarbs @bpmct This is still blocking me, so not sure why this is closed. Please re-open.
|
This is, in fact, still an issue but let's debug in #3733 |
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 fineI make a quick change in the HTML to go from
OSS!
toOSS World!
and the app recompilesI should refresh
localhost:3000
and the change be visibleCurrent 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 podlocalhost:3000
web app, with previous state and notice the X in the browser which means it will not finish loadingcode-server
VS Code in a browser opened from the workspace with the src file I changed and terminal with app started on 3000coder port-forward
running in the local terminalThe text was updated successfully, but these errors were encountered: