GitPod with VSCode: Ports occasionally stop working and need to be re-added manually #20143
Labels
meta: stale
This issue/PR is stale and will be closed soon
team: team-experience
type: bug
Something isn't working
Bug description
Our GitPod workspaces spin up multiple docker containers whose ports are forwarded our local machines, and we use VSCode as our editor. Occasionally, the ports become irresponsive; they hang and eventually our requests timeout.
This happens frequently with Postgres on port 5432, but also sometimes with our rails app at 3000. Strangely, deleting the port from VSCode and adding it back manually fixes this issue in most cases. Sometimes this 'fix' does not resolve the issue, and instead the problem fixes itself after some unknown amount of time.
Steps to reproduce
We are unsure how to exactly reproduce this issue, but it comes up most commonly when:
Workspace affected
No response
Expected behavior
The ports should simply not become irresponsive.
Example repository
No response
Anything else?
The Ports tab where ports can be deleted and added:
The text was updated successfully, but these errors were encountered: