I was new to Neo4J 3.0 graph database.I have some issue with neo4j.
By default it works for localhost and works fine http://localhost:7474/browser/. Now I want to al
The neo4j browser uses by default Bolt for connecting to the database.
Two solutions :
a) you set the bolt port as well for 0.0.0.0
dbms.connector.bolt.listen_address=0.0.0.0:7687
b) you disable bolt in the browser :