I'm trying to setup neo4j on ubuntu virtual server but having issues connecting.
> "query" : "CREATE (n:Person { name : {name} }) RETURN n",
> "params" : {
> "name" : "Foo"
> }
> }'
{
"errors" : [ {
"code" : "Neo.ClientError.Security.Unauthorized",
"message" : "No authentication header supplied."
} ]
}
if i try to change password with 'neo4j-admin set-initial-password'
i get : command failed: initial password was not set because live Neo4j-users were detected.
when i try to change the password with a rest call:
{
"errors" : [ {
"code" : "Neo.ClientError.Security.Unauthorized",
"message" : "No authentication header supplied."
} ]
}