delightful-dentist-6470
01/09/2023, 11:25 PMpuffer.
I accidentally attempted to directly remove the project without running delete first:
cargo shuttle project rm
This was stuck. I then tried the following:
cargo shuttle delete
Error: 503 Service Unavailable
message: project not ready
cargo shuttle project rm
( ● ) project 'puffer' is destroying
cargo shuttle project new
Error: 400 Bad Request
message: a project with the same name already exists
cargo shuttle project rm
( ● ) project 'puffer' is destroying
cargo shuttle project status
project 'puffer' is destroying
This led the project into this destroying state and it's been there for 15 mins.
What can I do / you help me do to move the project into a normal status?
Thanks a lot!stocky-kangaroo-53672
01/10/2023, 7:16 AMproject rm without running delete first as delete will just stop the last deployment
Hmm, the project state being stuck... 🤔 That's happened once before when the server got overloaded, so I'll check that in a bit. But I do see your project is in the "ready" state now 😄delightful-dentist-6470
01/10/2023, 6:24 PM