cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Web Interface Login (GraphAcademy Start)

Hi,
I am running through the basic intro training.
In tutorial video "Getting Started with Neo4j Browser" the access to the Browser is done by the web interface (localhost:7474). When I am opening this in Chrome, I am asked to perform ":server connect."
But my normal neo4j account login credentials do not work:
Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure.
What am I doing wrong?

Thanks in advance for help!

Kind regards,
Falko

1 REPLY 1

When you open Neo4j Browser with localhost:7474, it is attempting to connect to a started Neo4j instance running locally. You must ensure that you have a DBMS started and you use the user name neo4j and the password you set when you created the DBMS.

Elaine