Here are my steps:
$ dfx --version
dfx 0.9.3
$ dfx new --type rust --no-frontend test
Fetching manifest https://sdk.dfinity.org/manifest.json
Creating new project "test"...
...
$ cd test
$ dfx deploy --network ic --no-wallet
Deploying all canisters.
Creating canisters...
Creating canister "test"...
Error: The replica returned an HTTP Error: Http Error: status 404 Not Found, content type "text/html", content: <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.21.3</center>
</body>
</html>
What is not found? Thanks for any help in advance!