this is always a strange error (when running `sst ...
# sst
s
this is always a strange error (when running `sst start`:
Copy code
Rebuilding infrastructure...
Rebuilding infrastructure failed
no details, no error msg. I just kill the process & rerun it, and it’s usually fine
a
Use --verbose
I always use --verbose, do you?
s
no, haven’t tried it yet
a
Actually, I’m using verbose in
build
.
Not sure if
start
has it, let me see.
f
@Sam Hulick hmm that’s weird. Can you DM ur
.build/sst-debug.log
when you run into this the next time?
s
@Frank yes, I sure will! sorry, I totally forgot about the debug log. I’ll let you know if I see this again
do you want the log after just the failure? or after the failure and a 2nd attempt that succeeds?
j
@Frank I had seen something like this before. I created an issue for it https://github.com/serverless-stack/serverless-stack/issues/728. Maybe add Sam’s details to it as well?
f
@Sam Hulick right after the failure. The entire
.build
folder gets recreated at the beginning of each sst command.
@Jay Oh i see. Got it!
s
you got it!