neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

Port 7687 no longer connects #857

Closed andyhegedus closed 1 year ago

andyhegedus commented 1 year ago

Hi, After upgrading to version 5, I can no longer connect to the database via port 7687 as is shown in your documentation. I also notice that the Desktop browser no longer uses that port

Version 4.4.8 Edition enterprise Status Active IP address localhost Bolt port 11003 HTTP port 11004 HTTPS port 7473

In my python scripts I need to change the port to 11003 to see the database. Also Bloom no longer sees the open database and I am guessing it is using port 7687. Andy

robsdedude commented 1 year ago

Hi and thanks for reaching out.

Since this is not per-se a driver issue but a database/network configuration issue, the generally right place to ask are our community forums where you'll also find help from more people than just the driver maintainers.

Two things pop out here to me:

I will close this issue as it's not directly a driver problem or something that needs fixing. Feel free to keep commenting, though.