Open
Description
Bug description
While testing https://twitter.com/gtsiolis/status/1417927681946103821?s=20
(https://gitpod.io/#https://gitlab.com/gitpod-io/gitlab/)
I was seeing this message in terminal, and it took forever
Awaiting port 3000... ok
Waiting for GitLab at https://3000-yellow-guineafowl-avf4hmmy.ws-us11.gitpod.io ...................
Changing port 3000 from private to public - fixes it right away.
Steps to reproduce
- Open https://gitpod.io/#https://gitlab.com/gitpod-io/gitlab/
- Wait for this kind of message in terminal
Awaiting port 3000... ok
Waiting for GitLab at https://3000-yellow-guineafowl-avf4hmmy.ws-us11.gitpod.io ...................
- Change port 3000 from private to public
- Confirm that terminal stopped waiting
Expected behavior
gp await 3000
should work the same when ports are set to private or public.
Example repository
https://gitpod.io/#https://gitlab.com/gitpod-io/gitlab/
Anything else?
No response