Have been trying to simply display a small graph as I have always done before. Have updated software environment to run
- Big Sur on a Mac,
- Python 3.9.8,
- TInkerPop-Gremlin Server 3.5.1,
- TinkerPop-Gremlin Console 3.4.8,
- npm 8.1.0,
- node v17.0.1
and the latest clone of gremlin-visualizer. Created a couple of graphs through the Console at "a" and "g", with 455 and 11 nodes respectively. Running gremlin-visualizer client on port 3000 and server on 8182 as have always done. I've tried to run it using
issuing "g.V()" and either getting nothing (npm start) or "Invalid query. Please execute a query to get a set of vertices." (npm run client). I've tried to set the proxy server port in package.json and proxy-server.js to 8182 from 3001 to see if that could help but no change in outcomes. Really like your app but am just at a loss.
Have been trying to simply display a small graph as I have always done before. Have updated software environment to run
and the latest clone of gremlin-visualizer. Created a couple of graphs through the Console at "a" and "g", with 455 and 11 nodes respectively. Running gremlin-visualizer client on port 3000 and server on 8182 as have always done. I've tried to run it using
issuing "g.V()" and either getting nothing (npm start) or "Invalid query. Please execute a query to get a set of vertices." (npm run client). I've tried to set the proxy server port in package.json and proxy-server.js to 8182 from 3001 to see if that could help but no change in outcomes. Really like your app but am just at a loss.