I’m trying to deploy a canister to the IC and getting the following errors:
- Can’t create a new IC identity. I.e. when I run:
dfx identity --network ic get-wallet or dfx deploy --network ic
It returns:
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>