Closed Anahkiasen closed 7 years ago
Hi @Anahkiasen,
Plugin is working only with Bolt connections. You are specifying port "7474" which corresponds to HTTP connector.
You should use "7687" port, which is used for Bolt connections by default.
You can check you configuration for "dbms.connector.*" properties in neo4j.conf
.
Also I believe that you will need to forward Bolt ports from VM to host machine.
I have a neo4j connection within a VirtualBox VM, but I can't manage to make it work in PHPStorm. The neo4j instance is configured to accept remote connections, and I can access it from outside the box:
However trying this in PHPStorm I get the following error:
Is there anything else to configure besides what's mentioned in #5?