WebSocket connection failure. Due to security constraints in your web browser

前端 未结 6 881
你的背包
你的背包 2021-01-03 10:22

Today I download neo4j-community-3.2.0 in windows, when i start the server, i meet one problem in browser, i meet this problem in neo4j-community-3.1.2 and i had solved it

6条回答
  •  一生所求
    2021-01-03 11:00

    1. In the lower left corner of the browser gear, select do not use bolt.
    2. Open your ${NEO4J_HOME}/conf/neo4j.conf file and edit the bolt settings. It is just about uncommenting this line dbms.connector.bolt.address=0.0.0.0:7687
    3. Change the version of Neo4j
    4. Check your JDK version, use JDK1.8

提交回复
热议问题