Neo4j Web Socket Error

Hi All,

We had identified a regression in Neo4j 3.5.0 that prevents the discovery document (which Neo4j Browser uses to discover the bolt address) being served includes localhost as the host name rather than the expected host name derived from the request URI.

The bug has already been fixed in the code base and will be included in the next patch release.

In the meantime, you can explicitly set dbms.connector.bolt.advertised_address configuration option to your expected externally visible address, for example to 192.168.10.216:7687 as per the screen shot @mp5088643 has shared earlier in the thread.

1 Like