prabushitha / gremlin-visualizer

visualize the graph network corresponding to a gremlin query
MIT License
227 stars 70 forks source link

Does nothing for me #17

Closed mrichman closed 3 years ago

mrichman commented 3 years ago

I ran npm install and npm start, went to http://localhost:3000 and used query g.V(), and got no results or even an error message.

I know my SSH tunnel to my Neptune cluster works, becuase I use GraphExp without issue. I also tried your Docker version.

In Chrome developer tools, I see a pending xhr request and then a HTTP 204 No Content reply to the http://localhost:3001/query request:

image

mrichman commented 3 years ago

The solution was to add a local /etc/hosts entry for 127.0.0.1 (my local SSH tunnel) to the Neptune cluster FQDN, and then use the FQDN in the UI.