'Neo4j Browser Connection
From neo4j browser, when I connect to the database I get the below error. This is purely a cloud based instance.
ServiceUnavailable: Could not perform discovery. No routing servers available. Known routing table: RoutingTable[database=default database, expirationTime=0, currentTime=1647599340226, routers=[], readers=[], writers=[]]
Can someone help here please?
Thanks Narayana
Solution 1:[1]
The error is caused mostly by the internet browser as it might block one or more components required for the connection's smooth operation. The browser's console logs would usually highlight any such resource being blocked. Disable pop-up/ad blockers for the below URLs and try again:
Or use try from a different browser.
Reference: 'Could not perform discovery. No routing servers available' while connecting to an Aura DB instance from Neo4j browser
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Thennan |
