All of a sudden my `AWS_PROFILE=xyx sst start` isn...
# help
p
All of a sudden my
AWS_PROFILE=xyx sst start
isn't working as expected, and hangs after printing
Copy code
==========================
 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
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
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:
Copy code
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
@Piers Williams just following up here, are you still having this issue?
p
Yep, still seeing this issue sadly
j
@Frank @thdxr let’s take a look at this?
f
@Piers Williams, after you cleared out the
.sst
folder and restart
sst start
, did it still hang after
Copy code
SST Console: <https://console.serverless-stack.com/>...
Or did you see
Copy code
SST Console: <https://console.serverless-stack.com/>...
Debug session started. Listening for requests...
p
It's got to
listening for requests...
just fine after clearing out the
.sst
folder. Only persisting issue is the
Copy code
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
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?