gitpod-io / gitpod-io/gitpod

Port view is empty

Open
#13,377 15 comments 5 reactions 2 assignees View on GitHub

Nobody has claimed this yet.

browser: firefox editor: code (browser) feature: ports meta: blocked meta: never-stale team: IDE type: bug
Dominant language
TypeScript
Stars
13.8k
Forks
1.4k
Avg merge
17h 58m
Merged PRs (30d)
5

Description

Bug description

The new default ports view appears empty.

Steps to reproduce

Start a workspace with the following ports defined in .gitpod.yml:

ports:
  - port: 3000
    onOpen: ignore
  - port: 3001
    onOpen: ignore
  - port: 3005
    onOpen: ignore
  - port: 3080
    onOpen: ignore
    visibility: public
  - port: 5001
    onOpen: ignore
  - port: 5432
    onOpen: ignore
  - port: 8000
    onOpen: ignore
  - port: 8001
    onOpen: ignore
  - port: 8020
    onOpen: ignore
  - port: 8030
    onOpen: ignore
  - port: 8040
    onOpen: ignore
  - port: 8080
    onOpen: ignore
  - port: 9090
    onOpen: ignore
  - port: 9323
    onOpen: ignore
Workspace affected

No response

Expected behavior

The ports view lists all ports.

Example repository

It happens for a private repo. If additional info is required beyond the ports configuration in .gitpod.yml as shared above, please let me know.

Anything else?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.