commandeer / open

Commandeer is a tool built by developers for developers that solves three things in the cloud. First, we are focused on the deployment of your IAC. Secondly, we enable you to 'Test your Plumbing'. Lastly, Commandeer provides you the ability to easily view your data.
https://getcommandeer.com
MIT License
141 stars 26 forks source link

Serverless Runner Failing After Update #119

Open nelsben opened 3 years ago

nelsben commented 3 years ago

After the recent release, serverless runner becomes stuck while trying to Start already running LocalStack. Commandeer is creating and running the stock Commandeer containers.

2021-01-28 05_08_36-Window

After restarting Commandeer and rerunning the serverless.yml file included with one of the projects, I get the following error.

2021-01-28 05_17_16-Window

bwship commented 3 years ago

@fsproru - is this the one that was solved in the last release?

fsproru commented 3 years ago

@nelsben, thanks for reporting it, starting the LocalStack and hanging may be something new, let us take a look.

For the second error, you'll need to cd into your Serverless directory where your serverless.yml is located and run yarn install or npm install to install the plugins.

Let us know if you run into any issues.

bwship commented 3 years ago

@nelsben - so I think I have a good solution for this. If you are connected to a local account and LocalStack is not running. We will popup a zero state like so.

image

I think this simplifies the flow a little bit.