open icon indicating copy to clipboard operation
open copied to clipboard

Serverless Runner Failing After Update

Open nelsben opened this issue 4 years ago • 3 comments

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

nelsben avatar Jan 28 '21 10:01 nelsben

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

bwship avatar Feb 09 '21 16:02 bwship

@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.

fsproru avatar Feb 09 '21 17:02 fsproru

@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.

bwship avatar Feb 10 '21 02:02 bwship