https://linen.dev logo
503 Service unavailable project not ready
# help
b
I couln't get past this problem when trying to deploy my project. The only Error im getting in my cargo build command is that the Crate should have a non-snake-case name and locally
cargo shuttle run
is running perfectly fine. Does anyone know why this might happen?(Im using Serenity)
s
Hey @bulky-arm-3861 , because we failed to communicate with your project's container, it was put in the
errored
state. It this state all commands except for
cargo shuttle project *
, the auth and the local run command will not work. Hence why the
cargo shuttle deploy
is failing. Can you run just this sequence again?
Copy code
cargo shuttle project rm
cargo shuttle project new
cargo shuttle project status
b
I tried that a bunch of times but got the same Error. I also tried logging in again
s
Hmm, how quick is the
rm
from the
new
? Currently it does not seem like your container went down, so maybe we have a race condition internally
b
I ran
cargo shuttle project rm
just now. i will wait 15 Minutes and then try creating a new project
s
You can also run
cargo shuttle project status
after a
rm
It should enter a
destroyed
state (not
destroying
)
b
Thanks! That fixed it!
Thank you!
s
Great, I think we most definitely have a bit of a race condition when
rm
and
new
run to close together