I'm a bit stuck on this error message ```UPDATE_IN...
# help
g
I'm a bit stuck on this error message
Copy code
UPDATE_IN_PROGRESS state. It cannot be destroyed.
s
Hey Greg, can you share more of the output?
Is there an error somewhere? What cannot be destroyed?
g
Copy code
Error: Stack dev-rodeo-sst-api is in the UPDATE_IN_PROGRESS state. It cannot be destroyed.
    at destroyStack (/Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/core/dist/index.js:1085:19)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at /Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/core/dist/index.js:873:23
    at async Promise.all (index 0)
    at destroyStacks (/Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/core/dist/index.js:866:9)
    at destroyStacks (/Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/core/dist/index.js:903:13)
    at destroyStacks (/Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/core/dist/index.js:903:13)
    at Object.destroyPoll (/Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/core/dist/index.js:1063:5)
    at removeApp (/Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/cli/scripts/remove.js:90:22)
    at Object.module.exports [as remove] (/Users/gregorymartin/local_sites/rodeo-sst/node_modules/@serverless-stack/cli/scripts/remove.js:62:23)

 ❌  dev-rodeo-sst-api failed: Error: Stack dev-rodeo-sst-api is in the UPDATE_IN_PROGRESS state. It cannot be destroyed.
I am now in AWS trying to delete all the components of that stack individually. But I'm sure I'm not finding all of them
I think I got there manually. Stopped update in Cloud Formation and now it seems to be working.