Title
p

Piers Williams

02/18/2022, 12:46 PM
All of a sudden my
AWS_PROFILE=xyx sst start
isn't working as expected, and hangs after printing
==========================
 Starting Live Lambda Dev
==========================

SST Console: <https://console.serverless-stack.com/>...
the SST console site says
No stacks found for app deploy-controller and stage piers
- I'm not sure where it's getting this stage from as I've not started sst with that stage parameter, any suggestions on what I can do to get past this and be able to test the frontend locally again?
t

thdxr

02/18/2022, 2:16 PM
What stage do you expect it to use?
Delete your .sst folder and when it prompts you after sst start put in the stage to expect
p

Piers Williams

02/18/2022, 5:39 PM
Thanks - not sure if it's related to clearing out the .sst but I'm now getting the following when I try to start the frontend locally:
sst-env: Cannot find matching SST environment outputs in /Users/pierswilliams/GitHub/deployment-controller/.build/static-site-environment-output-values.json. Ensure the StaticSite points to /Users/pierswilliams/GitHub/deployment-controller/frontend
That file just has a
[ ]
inside of it
j

Jay

02/21/2022, 9:30 PM
@Piers Williams just following up here, are you still having this issue?
p

Piers Williams

02/22/2022, 11:48 AM
Yep, still seeing this issue sadly
j

Jay

02/22/2022, 5:59 PM
@Frank @thdxr let’s take a look at this?
f

Frank

02/22/2022, 6:08 PM
@Piers Williams, after you cleared out the
.sst
folder and restart
sst start
, did it still hang after
SST Console: <https://console.serverless-stack.com/>...
Or did you see
SST Console: <https://console.serverless-stack.com/>...
Debug session started. Listening for requests...
p

Piers Williams

02/22/2022, 8:52 PM
It's got to
listening for requests...
just fine after clearing out the
.sst
folder. Only persisting issue is the
sst-env: Cannot find matching SST environment outputs in /Users/pierswilliams/GitHub/deployment-controller/.build/static-site-environment-output-values.json. Ensure the StaticSite points to /Users/pierswilliams/GitHub/deployment-controller/frontend
error mentioned above
f

Frank

02/23/2022, 4:13 AM
Hmm.. if you can zip up ur project and DM me, that’d be the quickest. If that’s not possible, can you show me ur folder structure (ie. where is sst app, frontend, and stack definition) and how you are defining the static site?