WebSocket Connection Failure

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.

I have the same issue. Suman, have you managed to overcome it?

Actually it depends on what is causing this error.
I was getting this error while accessing Neodash via the graph.io method.
Later, I realized while connecting to Neodash I should use http instead of https.
Moving to http solved my problem and I was able to connect to Neodash.

Thanks! Looks like the issue was resolved with new release