After very long time of not operating Bitcoin Core I ran it and bought:
Config file was:
# server=1 tells Bitcoin-QT to just accept JSON-RPC instructions.
server=1
# It's essential to set rpcuser and rpcpassword to safe the JSON-RPC api
rpcuser=consumer
rpcpassword=password
In line with suggestions from different publish, I’ve added this to config file
# added
rpcallowip=0.0.0.0/0
rpcbind=127.0.0.1
rpcbind=bitcoind
however it did not assist.
Log file is following
2022-10-28T21:02:52Z Binding RPC on deal with 127.0.0.1 port 8332 failed.
2022-10-28T21:02:54Z libevent: getaddrinfo: nodename nor servname offered, or not identified
2022-10-28T21:02:54Z Binding RPC on deal with bitcoind port 8332 failed.
2022-10-28T21:02:54Z Unable to bind any endpoint for RPC server
2022-10-28T21:02:54Z Error: Unable to start out HTTP server. See debug log for particulars.
2022-10-28T21:02:58Z Shutdown: In progress...
2022-10-28T21:02:58Z scheduler thread exit
2022-10-28T21:02:58Z Shutdown: accomplished
What else may be accomplished?