Another question: My local dev often gets stuck at...
# help
m
Another question: My local dev often gets stuck at:
Copy code
Stacks: Deploying completed.
but doesn't resume the live environment.
a
My sst doesn't print that statement when I start local dev with sst start. Can you paste full output?
f
@Mendel Lerner r u seeing this when
sst start
is running, and you make a change to the SST code and redeploys the stacks?
The live environment actually never gets paused on redeploys, it’s always running.
doesn’t resume the live environment.
Do you mean ur functions no longer get invoked locally after u redeploy?
m
https://serverless-stack.slack.com/archives/C01JG3B20RY/p1648276667283719?thread_ts=1648239850.893919&cid=C01JG3B20RY Yes. I'm seeing this when SST Live is running and I redeploy. With other stacks (and when deploying this stack outside the VPC), I change the stack, press Enter, it redeploys and then shows
Copy code
Stacks: Deploying completed.
Debug session started. Listening for requests...
and does not react to any events, though that may be linked to this other thread: https://serverless-stack.slack.com/archives/C01JG3B20RY/p1648239823286069 Because when I removed the VPC, the stack deployed correctly but I couldn't access my RDS because it's inside a Security Group, even though I can access my RDS from my machine with DBeaver