I am trying to connect the graphs that I have created in the Neo4j browser to NeoDash via the webpage and using connection as: Neo4j + localhost +7687
and I run into this error: Could not perform discovery. No routing servers available. Known routing table: RoutingTable[database=default database, expirationTime=0, currentTime=1707915547456, routers=, readers=, writers=]
Once I try using bolt instead of Neo4j I run into the WebSocket Connection Failure.
Can anyone please help me, regarding this on how to resolve it?
I am using the 5.16.0 version community edition in my Linux system
And accessing the Neo4j Browser from a webpage.