After stopping `sst start` I run `sst deploy` but ...
# sst
j
After stopping
sst start
I run
sst deploy
but only my
StaticSite
is deployed. The
ApolloApi
I was just working on in Live Dev has no changes:
Copy code
✅  dev-ZAula-WebFrontendStack


Stack dev-ZAula-DataGraphStack
  Status: no changes
So the debug stub code is still deployed in Lambda. Am I doing something wrong?
f
Oh that’s weird.
Can you run
sst diff
and see if anything shows up?
j
Can you run 
sst diff
 and see if anything shows up?
I does has changes. I'll try to
sst deploy
again...
I ran
sst deploy
for a second time and the result was the same: no changes detected for stack w/
ApolloApi
. I then ran
sst build
followed by
sst deploy
with the same result: no changes I removed
.build
directory and tried again with no luck.
It makes no sense right? The CDK diff is right there...
I made a change to the stack's code and only then
sst deploy
went through.
f
Oh hmm.. which version of SST r u using?
j
Copy code
"@serverless-stack/cli": "^0.35.1",
"@serverless-stack/resources": "^0.35.1",
f
Thanks @Josias Duarte Busiquia. I’m looking into the issue rn.
j
Hey @Frank! Today I finished another session using
sst start
followed by
sst deploy
and everything worked fine.
f
Yeah.. I’m not sure what was going on. Did you update to
0.35.1
right before the issue happened yesterday? I’m trying to figure out if it’s related to an update by any chance.
j
I did not update. That's the first version I installed the first time I set up SST. And is still the same version I was using this morning when everything worked.
If you get any ideas let me know of what to look for in case it happens again so that I can report back and maybe help.
f
Will do!