https://linen.dev logo
Error: 503 Service Unavailablemessage: project not...
# help
l
Whatever
cargo shuttle
command I issue,
Error: 503 Service Unavailable message: project not ready
is the error message I get. Any ideas what to do? I got this the first time in the middle of a
cargo shuttle deploy
run.
e
sounds like you might be hitting what I'm describing here: https://discord.com/channels/803236282088161321/1076126506323030017/1096663241448493076 TL;DR:
cargo shuttle project restart
->
cargo shuttle stop
->
cargo shuttle deploy
to recover. If the
stop
command gives an error, check the deployment list and if anything's still running, keep trying to
stop
it before you try to deploy again.
s
Yep I have had this when I've bumped the version of shuttle deps but for me it went away after a
cargo shuttle project restart
l
Thank you! That worked
b
Reviving an old-is thread, but this 100% solved my problems! Thanks Rain!