You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when execute serverless deploy, it throws one exception:
`× Stack code-challenge-dealer-service-dev failed to deploy (6s)
Environment: win32, node 18.12.1, framework 3.31.0, plugin 6.2.3, SDK 4.3.2
Credentials: Local, "default" profile
Docs: docs.serverless.com
Support: forum.serverless.com
Bugs: github.com/serverless/serverless/issues
Error:
Stack:arn:aws:cloudformation:us-west-2:477720812576:stack/code-challenge-dealer-service-dev/eb3d0r56-f920-11ed-80c2-0274db3afa97 is in ROLLBACK_COMPLETE state and can not be updated.`
I didn't find a solution until I modified a shorter one: service: code
And it works!!
The text was updated successfully, but these errors were encountered:
for example I had the following property:
service: code-challenge-dealer-service
and when execute serverless deploy, it throws one exception:
`× Stack code-challenge-dealer-service-dev failed to deploy (6s)
Environment: win32, node 18.12.1, framework 3.31.0, plugin 6.2.3, SDK 4.3.2
Credentials: Local, "default" profile
Docs: docs.serverless.com
Support: forum.serverless.com
Bugs: github.com/serverless/serverless/issues
Error:
Stack:arn:aws:cloudformation:us-west-2:477720812576:stack/code-challenge-dealer-service-dev/eb3d0r56-f920-11ed-80c2-0274db3afa97 is in ROLLBACK_COMPLETE state and can not be updated.`
I didn't find a solution until I modified a shorter one:
service: code
And it works!!
The text was updated successfully, but these errors were encountered: