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.

Data import Issue

OmarHamdy
Node Clone

I am trying to use data importer for uploading csv file , but when i click connect to my Neo4j desktop app it refuses connection and throws this exception : 

My failed fixes : 
1-I uncommented those two lines : 
dbms.connector.bolt.listen_address=:7687
dbms.connector.bolt.advertised_address=:7687
2-I added this line :
dbms.connector.bolt.address=0.0.0.0:7687
Is it possible to connect to Neo4j Desktop app from data importer ? 
1 ACCEPTED SOLUTION

The "trick" for using Data Importer (AKA Neo4j Workspace) in Neo4j Desktop is that you must uninstall the app if you have already done so. Then install it with:

http://data-importer.graphapp.io/

You MUST USE http, not https
Then you connect as follows to your started local DBMS:

Screen Shot 2022-09-06 at 6.54.57 AM.png
 

View solution in original post

3 REPLIES 3

The "trick" for using Data Importer (AKA Neo4j Workspace) in Neo4j Desktop is that you must uninstall the app if you have already done so. Then install it with:

http://data-importer.graphapp.io/

You MUST USE http, not https
Then you connect as follows to your started local DBMS:

Screen Shot 2022-09-06 at 6.54.57 AM.png
 

OmarHamdy
Node Clone

Thank u so much , it works now 

nsteblay
Node Link

I have a similar issue. My browser won't allow http connections. Is there any other way to get around the problem.