WisS'al Attya
WisS'al Attya

Reputation: 11

Connect Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure

I typed bolt://localhost:7687 as a connect URL, neo4j as user and neo4j as psw but I faced this error msg

" Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure."

what should I do please

Upvotes: 1

Views: 3445

Answers (1)

Lju
Lju

Reputation: 590

When you create a new database instance with Neo4j Desktop it will ask you there and then to change the default password of neo4j to something else, and it will not let you keep it as neo4j. This is most likely why you are getting that error.

If you are unable to remember what password you selected at the time of creation of the database, you can change it via Neo4j Desktop by navigating to the 'Manage' cog on that database, click the 'Administration' tab, and change the password there.

Upvotes: 2

Related Questions