maybe someone knows what’s going on, I’m using sst...
# help
a
maybe someone knows what’s going on, I’m using sst in production a half a year and I’m mostly satisfied, but today came new guy, we created new env for him, but when he is doing sst start from his machine he has this, from my machine it is ok, can understand what th……
f
Hey @Artem Kalantai, it seems very much like a case where some resources in the debug stack were manually removed. Can you try this to reset his environment: • run
sst remove
on his machine • removing the
.build
folder • run
sst start
to start up again
By
sst remove
, the debug stack will get removed, and
sst start
will re-create it.
a
ok, thanks a lot, as usual you are very fast in help, I’ll try
also, I want to update my stack, but I’m afraid
f
Np! Btw, just make sure he’s not running
sst remove
on production stages.
a
because it is very old, I’m afraid to break everything
f
before u run
sst deploy
, u can first run
sst diff
to preview the changes.
a
thanks for help