petabridge / petabridge.cmd-issues

Issue tracker for Petabridge.Cmd
https://cmd.petabridge.com/
2 stars 0 forks source link

pbm hangs when connecting to lighthouse deployed in AWS ECS #48

Open rafalpiotrowski opened 2 years ago

rafalpiotrowski commented 2 years ago

I am running Lighthouse service in AWS ECS Fargate container. When I call pbm myfargateservice:9110 the pbm is able to establish connection but it does not go to the prompt but instead hangs after PS C:> pbm xyz.amazonaws.com:9110


| _ \ | | _| | _ _() | | | |) / | / ` | ' | '| |/ ` |/ ` |/ \ | | | || (| | |) | | | | (| | (_| | / || \|__,|./|| ||_,|_, |\| |___/

petabridge.cmd (1.1.0.0) Copyright 2017 - 2022, Petabridge®.

NOTHING IS SHOWING, I don't see errors in logs either...

When running locally in docker, the pbm is able to connect to the service and is fine.

Is there some sort of extra settings that need to be set/changes on the netwrok level?

Aaronontheweb commented 2 years ago

Yeah I think this is related to https://github.com/petabridge/petabridge.cmd-issues/issues/45 - we probably need to disable our ASCII art when running on Linux. Not entirely sure what the issue is there.