msingh350835:
have a flask app that connects to neo4j db (using py2neo) like following
neo4j_instance = Graph(uri, auth=(secrets['neo4j_username'], secrets['neo4j_password']))
Hi MSingh, are you using bolt protocol to setup neo4j in python?
Hi Karthik,
The inability to login via browser may be caused by a recent update. Try uninstalling and installing Neo4j browser to see if this issue can be fixed.
Hi, if you’re just starting out a good way to start is with Neo4J sandbox instances. You can begin exploring different queries within preset databases and load in/ explore your own datasets. Hope this helps.