Neo4jClient returns a 404 Not Found error

Today in this article, we will cover below aspects,

Issue Description

Neo4jClient/ GraphClient gives runtime when connecting to the Neo4j graph database as below,

Received an unexpected HTTP status when executing the request.The response status was: 404 Not Found

Resolution

I found this error seems to be due to not using the officially released driver as specified on the Neo4j.

I was using the Neo4j Community Edition 4.1.* version where it got the above-mentioned error.

To fix the error please install the official driver, current available supported drivers are listed here,

Neo4j Official driver download

After using the correct version of the driver, the issue was resolved.

Above I tried version 4.0.6 and 3.5.19 version and I found it to be working with both without any issue.

Did I miss anything else in these resolution steps?

Did the above steps resolve your issue? Please sound off your comments below!

For more details, please refer below article,



Please bookmark this page and share it with your friends. Please Subscribe to the blog to receive notifications on freshly published(2024) best practices and guidelines for software design and development.



Leave a Reply

Your email address will not be published. Required fields are marked *