after I installed neo4j-community-5.26.0
and Neo4j Desktop-1.6.1.dmg
in my MacBook Pro(Sequoia 15.1.1 (24B91)). the Neo4j Desktop failed to startup.
# start neo4j serve
./bin/neo4j start
# now I can open with web browser: http://localhost:7474
the http://localhost:7474
shows different layout as the neo4j-aura
start Neo4j-Desktop.app with double click and nothing happened
neo4j-Desktop ICO show up in dock, but no window pop up and no error messages shows.
abk
(Andreas Kollegger)
2
Hi,
You are correct to observe that there 3 different user interfaces.
- Neo4j Browser" is the UI hosted by the database itself and is typically at
http://localhost:7474
. This is a Cypher editing and execution tool.
- Neo4j Desktop is an application for managing databases. It includes Neo4j Browser and other tools.
- Neo4j Aura is our cloud hosting service. It has the newest user interface, which combines many capabilities from both Desktop and Browser.
Aura has incorporated separate tools into one interface, renaming the standalone tool according to the primary activity:
Best,
ABK of Neo4j
Thanks for your kind reply.
Have any ideas that why starting Neo4j-Desktop.app with double click and nothing happened?
there is a neo4j dock icon, but no main window pop up. (Neo4j Desktop-1.6.1.dmg
)