I'm trying to connect to a remote Neo4j database using Neo4jClient (C#).
I get the following error when calling the "Connect" method on my Neo4jClient object instance:
System.InvalidOperationException: While trying to map some JSON into an object of type Neo4jClient.ApiModels.RootApiResponse, we failed to find an expected property (cypher) in the JSON at path data.
And this is how i'm creating the object and calling the method:
var dbClient = new GraphClient(myServerIpAddress, new HttpClientWrapper());
dbClient.Connect();
I can access the DB just fine using the browser. Any idea on what could be causing this issue?
- Neo4jClient - version 1.0.0.657
- Newtonsoft.Json - version 6.0.3.17227
- Neo4j Database - version 2.1.3