FetchUrlError when doing :GET /db/data

Hello,

I'm trying to get all endpoints within the browser using ":GET /db/data" but get an error saying "Could not fetch URL: "undefined". This could be due to the remote server policy. See your web browsers error console for more information.". I've Googled this but cannot find a solution. Anyone who can help out?
Using: neo4j-community-5.14.0

try this:

:GET http://localhost:7474/
2 Likes

@renger.jellema

/db/data is an endpoint for Neo4j v3.5. But for 5.14.0 which you report using, @glilienfield link to the HTTP API doc is correct

2 Likes