neo4j start
で起動してhttp://localhost:7474
にアクセスすると、
デフォルトは ID: neo4j PASS: neo4j
以下のエラー。
ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to determine the root cause of the failure. Common reasons include the database being
https://github.com/neo4j/neo4j-browser/issues/671
Javaが古い?brew install caskroom/versions/java8
を入れる
neo4j restart
だめ。
brew cask uninstall java brew cask install java8
neo4j restart
OK