Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-02-2019 11:05 AM
I am using neo4j 3.5 docker image on digital ocean. When I use the neo4j browser to make changes to the DB those changes are not reflected when the DB is queried by the application. I have restarted both the DB and the App to no avail. Can someone tell me why this is happening and how do you get them in sync.
02-02-2019 04:38 PM
There should be nothing to sync. If there is a single Neo4j db, then that's what's used by the browser. Likewise with your application.
Seems to me there is a second Neo4j db involved, possibly one that your app creates (depending on the details here...we need more information to understand how your app is connecting to Neo4j).
02-03-2019 03:39 PM
How do you access your DB from the App?
Do you use the same bolt URL?
02-03-2019 11:37 PM
I am accessing the DB from the app using he following:
const
driver = neo4j.driver(config.neo4jURL,
neo4j.auth.basic(config.neo4jUSER, config.neo4jPASS));
where neo4jURL:
' bolt://157.230.56.128:7687',
neo4jUSER:'xxxxxxxxx',
neo4jPASS:
'xxxxxxxxx'
From Browser connect URL is: bolt://157.230.56.128:7687
02-04-2019 02:50 PM
Do you see the changes in browser?
Are you 100% sure they use the same URL?
What happens if you run statements like match () return count(*)
or call db.labels()
from your app?
All the sessions of the conference are now available online