Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-16-2018 08:36 AM
Hi guys. I have problem while connecting to my neo4j db.
This is my code:
private GraphClient client;
public Neo4j()
{
client = new GraphClient(new Uri("http://localhost:7474/db/mydb"), "neo4j", "123");
client.Connect();
}
And this is error i get when i try to connect.
Message = "Received an unexpected HTTP status when executing the request.\r\n\r\nThe response status was: 404 Not Found\r\n\r\nThe response from Neo4j (which might include useful detail!) was: " .
Thank you guys in front.
12-17-2018 01:46 AM
Hi,
Just some quick questions/checks up front:
Please do let me know how you get on!
Lju
12-17-2018 04:01 AM
Ljubice thank you for your response but somehow i menaged to fix my problem.
I needed to leave "/db/data" as path not "db/mydb". I really don't know why but it worked 🙂
All the sessions of the conference are now available online