We deployed the Notes app last night and our cloud...
# help
g
We deployed the Notes app last night and our cloudfront link was working perfectly. Very impressed. But, this morning, it is not working. And we aren't sure why.
j
Probs because you are not running it locally. It forwards the lambda request to your local machine.
Likely your stack is still deployed, but your shell is not running
sst start
t
Are you using a custom domain name with the staticsite?
Also what error are you seeing?
a
This happened with me the first time too. If you want the stack to be available after you stop the
sst start
command you need to run
sst deploy
.
g
We did SST deploy yesterday. And so we thought, at that point, that it was running without need for stuff to be running on our dev laptops.
We did not attach a custom domain yet. Shouldn't need to until we are ready for prime time, I wouldn't think.
Not seeing an error, just a sort of SST splash screen
t
Ah it sounds like someone ran sst start on the same stage
Typically you should use SST start and deploy with different stages
g
Ok. Thx. We will look at that
We did. We redeployed with Seed and I think we are golden now.