https://linen.dev logo
Fails to deploy project with "Error: 503 Service U...
# help
m
Hi, I'm trying to redeploy my project. When running `cargo shuttle deploy --allow-dirty, I keep getting "Error: 503 Service Unavailable message: project not ready" I keep getting the same error when running "cargo shuttle logs" or "cargo shuttle deployment status". Is there a way to get some logs to investigate what I am doing wrong?
k
Try
cargo shuttle project status
to see your project status. You probably need to run
cargo shuttle project rm
and
cargo shuttle project new
to restart it.
m
Thanks for your help. That fixed my issue!
k
No worries!
40 Views