I am newbie in neo4j. I am unable to figure out the issue.
So, I have a flask app that connects to neo4j db (using py2neo) like following
neo4j_instance = Graph(uri, auth=(secrets['neo4j_username'], secrets['neo4j_password']))
however some calls to n...