Hello everyone! Basic question: after `npx sst rem...
# help
s
Hello everyone! Basic question: after
npx sst remove
I went into AWS and "cleaned up" whatever wasn't removed... apparently not a good idea, because if I now run
npx sst start
I get the following error:
Deploying stacks
dev-1xxxxx-debug-stack: deploying...
[0%] start: Publishing xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:current
[50%] fail: No bucket named 'cdk-xxxxxxxxxxx-assets-xxxxxxxxx-us-east-1'. Is account xxxxxxxxxxxxxxxxxx bootstrapped?
[50%] start: Publishing xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:current
[100%] fail: No bucket named 'cdk-xxxxxxxxxxxxxx-assets-xxxxxxxxxxxx-us-east-1'. Is account xxxxxxxxxxxxx bootstrapped?
There should be a simple solution to this, unfortunate wasn't able to find any answers online, appreciate any help!
t
Can you try deleting the debug stack from cloudformation console as well?
s
okay seems to deploy now, i guess i just didn't "clean up" properly... thanks for the very fast response!