hey Guys, i updated sst to `0.69.5` but i’m still ...
# help
h
hey Guys, i updated sst to
0.69.5
but i’m still getting the error addressed in that release when running
sst start
error in question:
Copy code
Error [ValidationError]: Stack 'xxx' does not exist
...
{
  code: 'ValidationError',
  time: 2022-04-07T23:51:15.450Z,
  requestId: '8ae7b317-7f8d-4b50-babe-4f3e93ad6f02',
  statusCode: 400,
  retryable: false,
  retryDelay: 93.57524619114155
}
f
Hey @Hans Song, r u still having this issue? Does
sst start
deploy succesfully and then u get this error?
h
yep, it deploys successfully then i get that error
i haven’t checked recently as i’ve locked the version to 0.69.3
f
I c. Were u running
sst start
with
--profile
or with
AWS_PROFILE
set?
h
i am using saml2aws so i think`AWS_PROFILE`
f
I see.. so u don’t have the
.aws/credentials
and
config
file right?
h
i do
f
I see.. i’m not too familiar with saml2aws, what does ur
credentails
and
config
file look like?
h
although perhaps those values aren’t being used?
saml2aws
sets these values in the environment •
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN
AWS_SECURITY_TOKEN
SAML2AWS_PROFILE
AWS_CREDENTIAL_EXPIRATION
f
Let me try something on my end.
h
just a suggestion, lock
@serverless-stack/core
to the same version as cli and resources, earlier when i was downgrading, i was running into issues because core 0.69.5 was incompatible with cli 0.69.3 because you renamed
getAwsCredentials
to
configureAwsCredentials
f
Ah yeah @thdxr fixed this a couple of days ago. Future relreases will have
core
version pinned.