Hello. I am new in Multichain.
I just finished installing Multichain Web Demo with following all the guides provided in the GitHub repo. However, when I open it from the browser I see only a page with "My Node" displayed with no details below. The links also do not display anything when I click on it. What could be wrong?
:
Is the problem configuration file?
default.name=chain1 # name to display in the web interface
default.rpchost= 127.0.0.1 # IP address of MultiChain node (I didn't change it bcz the web server is running on the same machine as the node.)
default.rpcport=9283 # see rpc-port from chain parameters
default.rpcuser=multichainrpc # username for RPC from multichain.conf
default.rpcpassword=( put my password) ... # password for RPC from multichain.conf
Thank you.