Have you used this instruction?
https://github.com/seth586/guides/blob/master/FreeNAS/bitcoin/freenas_2_bitcoin.mdDid you forget to specify the parameters in the bitcoin conf?
server=1
txindex=1
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333
Have you tried using the
bitcoin-cli getaddressinfo [address] command directly?
But when I try to navigate/search
As far as I understand, you are using the web page for search? If yes: look what
JsonRpc returns. You can do this in the browser in developer mode on the Network tab.