A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
384
stars
55
forks
source link
Hangs forever trying to add service with a `--ports` flag #2478
Closed
ArshanKhanifar closed 5 months ago
What's your CLI version?
0.89.16
Description & steps to reproduce
I remove one of my services using
& then I start it again:
My service is a quart app running on port 3000, this is the configuration to bring it up the first time:
Desired behavior
The service should come up, but it stalls forever. Without the
--ports
flag it comes up fine.What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
CLI: the Command Line Interface