Getting Errors with the dfx hello example

~/Desktop/hello master ❯ dfx --version
dfx 0.7.0-beta.8

~/Desktop/hello master 18s ❯ dfx ledger --network ic create-canister HIDDEN --amount 0.0001
Transfer sent at BlockHeight: 69911
Refunded with message: No subnets in which to create a canister.

~/Desktop/hello master ❯ dfx identity --network ic get-wallet
    Creating a wallet canister on the ic network.
    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.19.10</center>
    </body>
    </html>

Hi Snake4life

The subnets for remote app deployment (using the --network flag) are coming over the next few weeks, in the meantime you can build and deploy locally as you work on your projects, see this thread… (you’ll also find some useful resources further down to get you up to speed):