billowy-minister-91357
10/23/2022, 6:02 PMDeploy the example:
I got
Error: 401 Unauthorized
message: unauthorized
any idea ?kind-area-3810
10/23/2022, 6:17 PMcargo run --manifest-path ../../../Cargo.toml --bin cargo-shuttle -- project new as well, before deploying.billowy-minister-91357
10/23/2022, 6:19 PMbillowy-minister-91357
10/23/2022, 6:23 PMdocker compose --file docker-compose.rendered.yml --project-name shuttle-dev exec gateway /usr/local/bin/service --state=/var/lib/shuttle/gateway.sqlite init --name admin --key test-keybillowy-minister-91357
10/23/2022, 6:27 PMbillowy-minister-91357
10/23/2022, 6:35 PMbillowy-minister-91357
10/23/2022, 6:35 PMLast Updated: 2022-10-23T18:29:10Z
URI: https://hello-world-rocket-app.unstable.shuttleapp.rsbillowy-minister-91357
10/23/2022, 6:59 PMkind-area-3810
10/23/2022, 7:43 PMcargo run --bin cargo-shuttle -- login --api-key "test-key"kind-area-3810
10/23/2022, 7:45 PMcurl -H "Host: hello-world-rocket-app.unstable.shuttleapp.rs" localhost:8000/hellokind-area-3810
10/23/2022, 7:48 PM