Skip to content

Commit

Permalink
Make server port (8080) public
Browse files Browse the repository at this point in the history
Gitpod recently changed their default port visibility from public to
private. This made it impossible for the front end to automatically
connect to the trace server. Making the port used by the server (8080)
public solves this issue.

Fixes eclipse-cdt-cloud#415

Signed-off-by: Erica Bugden <[email protected]>
  • Loading branch information
ebugden committed Jul 14, 2021
1 parent 69c6021 commit 9ccbe91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ports:
onOpen: ignore
- port: 8080 # Trace Compass server
onOpen: ignore
visibility: public
tasks:
- init: >
yarn download:server
Expand Down

0 comments on commit 9ccbe91

Please sign in to comment.