broad-beard-33416
11/02/2022, 7:30 AMcargo shuttle init --rocket
cargo shuttle project new
cargo shuttle deploy
change the name to name = "new-test-name38237" in Shuttle.toml.
After followed these instructions
this was the first attempt:
2022-11-02T07:30:01.343915161Z INFO Compiling lazy_static v1.4.0
2022-11-02T07:30:01.462062325Z INFO Compiling either v1.8.0
2022-11-02T07:30:01.545992949Z INFO Compiling try-lock v0.2.3
Deployment has not entered the running state
afterward, all the consecutive attempts return:
Error: 502 Bad Gateway
message: project returned invalid response
If I try with:
RUST_LOG="cargo_shuttle=trace" cargo shuttle deploy
it returns
Deployment crashed
Run the following for more details
cargo shuttle logs 20288a01-cac3-4548-905f-49119a25615c
the logs:
cargo shuttle logs 20288a01-cac3-4548-905f-49119a25615c
Error: 502 Bad Gateway
message: project returned invalid response
If I try the example following the same process with gitpod:
Error: 500 Internal Server Error
message: internal server errorbroad-beard-33416
11/02/2022, 7:35 AM⯠cargo shuttle project status
project 'new-test-name38237' is ready
⯠cargo shuttle deployment list
Error: 502 Bad Gateway
message: project returned invalid responsekind-area-3810
11/02/2022, 8:47 AMkind-area-3810
11/02/2022, 12:13 PMcargo project rm and cargo project new. Let me know if you have any problems. šbroad-beard-33416
11/02/2022, 6:53 PM