Running the following command returned values showing the correct number of nodes and indexes I have in the database: neo4j-admin check-consistency --verbose --database=neo4j
The dbms.default_listen_address=0.0.0.0 command was commented out in /etc/neo4j/neo4j.conf
I have now uncommented and restarted and can now access via desktop app and graphql.
How could the conf file have reverted if I did not make any changes other than that the machine was rebooted? Or could it have ever have been accessed while that was commented out, surely not possible? My developer has built code in node.js to interact with graphql and neo4j, could that offer a way to interact with the database even with it commented out and I've not restarted the node code perhaps?