This is what happens after I run this command bitcoind --regtest --printtoconsole, my guess is that it's something to do with bitcoin.conf
My bitcoin.conf file looks like this:
server=1
rpcuser=root
rpcpassword=password
rpcconnect=127.0.0.1
rpcport=8332
If you need more context, these are my other questions: trouble with bitcoin cli regtest and interacting with bitcoin over docker
