Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-06-2020 08:51 AM
I intend to create a project with Neo4J and Django through Neomodel. I have downloaded and installed all the required software on my computer. I however encounter 2 main problems with Neo4J :
a. the desktop browser
b. the http://localhost:7474/browser/
c. a browser more linked to http://127.0.0.1:8000/myproject/ to display a first set of nodes created with Django and Neomodel
a. the desktop browser → « Database failed to create: Error: Could not change password »
b. the http://localhost:7474/browser/ → I could connect to it after uncommenting :
dbms.security.auth_enabled=false in the « README.txt »corresponding to the configuration file : neo4j.conf
c. the browser at http://127.0.0.1:8000/myproject/ → Expecting url format: bolt://user:password@localhost:7687 got ...j@localhost:7687
resulting from different attempts in settings.py in the field NEOMODEL_NEO4J_BOLT_URL = ...
I have read a lot of posts about the topic but could not find any solution.
03-10-2020 08:34 AM
Some of the issues previously encountered have been solved, but the following statement:
neomodel_install_labels myapp/apps.py myapp/models.py --db bolt://neo4j:password@localhost:7687
rreturns at the bottom of the list:
File "/home/simplon/anaconda3/lib/python3.7/ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error
Has somebody got an idea about this ?
06-01-2020 03:39 AM
I've the same issue.. can anyone help out?
06-02-2020 02:56 AM
Hi, I don't have time to dig the topic any more now because I switched to MySQL, but I think there's a Neo4J version problem and that at least one needs to install the latest one
All the sessions of the conference are now available online