cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Issue connecting to Neo4J sandbox from Node JS

Hi all, i am trying to connect to Neo4J sandbox from Node JS but it keeps coming up with this error.
I am using the default connection code that is provided by Sandbox
The code in the terminal when running the file is as follows
3X_8_a_8ad9f1393018c28eb62b7bdecb736223c8896fa0.png

Here is the corresponding code in the file
3X_f_3_f3e0aa61efa5d242c5e75fd0f6d7a0d743f9437f.png

Any help or suggestions would be appreciated

Thank you

4 REPLIES 4

Hello, I think we forgot to update the connection details since the upgrade to v4.
Can you try with bolt+s://18.206.151.135:7687?

Hi,
Thanks for the reply
I haven't had any luck with bolt+s, got the same error after creating a new sandbox on Neo4J and then connecting to it with the new syntax

What version of the JavaScript driver are you using btw?

The very latest version downloaded via NPM

I think i may be closer to diagnosing the issue

I have two Node JS instances, one local on machine and another on an a2Hosting server.

The one on the server cannot connect and the one on the client machine can, which is odd