Dan Beaven
02/24/2022, 2:49 PMNeed to perform AWS calls for account my-account, but no credentials have been configured
Found errors
Frank
NextjsSite
construct or are you deploying to Vercel?
2. Are you getting this error in ur terminal when u run sst deploy
or when u make AWS calls from your pages/api
?
3. Where r u setting the AWS_PROFILE
?Dan Beaven
02/25/2022, 12:40 AMenv AWS_PROFILE=... sst deploy --stage ...
.Frank
env
keyword
AWS_PROFILE=... sst deploy --stage ...