I'm trying to deploy EVM subnet locally using avalanche-cli. I'm running it on Ubuntu through WSL.
Running avalanche subnet deploy somechain -l
and waiting for 2 minutes returns:
Error: failed to query network health: the health check failed to complete. The server might be down or have crashed, check the logs! rpc error: code = DeadlineExceeded desc = context deadline exceeded
I tried looking for logs at /var/log/
but coludn't find any.
What am I doing wrong?