nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
1.25k stars 52 forks source link

Unclear error when nitric up conflicts with nitric start #407

Closed HomelessDinosaur closed 1 year ago

HomelessDinosaur commented 1 year ago

When an instance of the membrane is running (through Nitric start or otherwise) and deployment is started, an undefined error is provided:

rpc error: code = Unimplemented desc = unknown service nitric.deploy.v1.DeployService

Can fix the issue by stopping the current instance of Nitric.

tjholm commented 1 year ago

We should fix this with dynamic port allocation for the new providers (via ENV) and have the CLI client connect to this rather than the default

tjholm commented 1 year ago

https://github.com/nitrictech/nitric/pull/412