Continuing on from this post: Configure esplora to point to the bitcoind servers ip address - Part 2
Trying to run cargo run --release --bin electrs -- -vvv --daemon-dir ~/.bitcoin, but it kept saying - reconnecting to bitcoind: no reply from daemon.
The bitcoin.conf file has a rpcuser and rpcpassword set. I have set the same username:password in in that format for the .cookie file for electrs.
Any idea why it's not connecting?
EDIT:
More details below:
I then create .cookie file in that location with the rpc username:password and then get this message: "no reply from daemon"

