Nhogs / popoto

Visual query builder for Neo4j graph database
http://popotojs.com
GNU General Public License v3.0
498 stars 70 forks source link

error while accessing Neo4j server on URL:"..." defined in "rest.CYPHER_URL" property: Bad Request #56

Closed gustavoK47 closed 2 years ago

gustavoK47 commented 5 years ago

Good afternoon, I am trying to implement popoto in my project but the console is throwing this error: "error: error while accessing Neo4j server on URL:"http://localhost:7474/db/data/transaction/commit" defined in "rest.CYPHER_URL" property: Bad Request"

I noticed the the cypher query displayed in the cypher query viewer encloses the column name in single braces (which does not work if I execute the query directly in the browser). I am using Neo4j server version 3.5.0.

ninjakx commented 3 years ago

@gustavoK47 : are your able to use popotojs using localhost endpoint? Can you help me with setting neo4j with popotojs locally because nothing works for me :(

Popotojs commented 2 years ago

Popoto 3.0.0 is now using bolt from Neo4j Javascript driver https://github.com/Nhogs/popoto/wiki/Getting-started#define-the-neo4j-driver-to-connect-to-the-database