cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Grand-stack-starter ERR_INVALID_HTTP_RESPONSE

a1olegs
Node Clone

app from the original "grand-stack-starter" repository (api) is written in the console
"GraphQL server ready at http://localhost:4001/graphql",
but the browser returns
ERR_INVALID_HTTP_RESPONSE

1 ACCEPTED SOLUTION

a1olegs
Node Clone

port 4001 was occupied by another application (torrent=))

View solution in original post

2 REPLIES 2

MuddyBootsCode
Graph Steward

Check and make sure which version of the neo4j driver you're using. I recently started a new project with the GRANDstack and needed to make sure that I had included some new code:

var driver = _neo4jDriver["default"].driver(neo4jURI, _neo4jDriver["default"].auth.basic(neo4jUser, neo4jPassword), {
  encrypted: development ? "ENCRYPTION_OFF" : "ENCRYPTION_ON"
});

Now the driver requires an encryption status. At least it does with Aura, the sandboxes might be the same.

a1olegs
Node Clone

port 4001 was occupied by another application (torrent=))

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online