SST not preserving state after switching AWS credentials

Hi,

I recently switched my AWS CLI credentials to my personal account and then switched back to my work account. However, when I run sst dev, it seems to recreate all the resources instead of using the existing ones. It also doesn’t preserve the state of my previously deployed stage.

Is there a way to make SST use the existing deployed stack and avoid recreating everything? Would appreciate any help on this!

Thanks!