You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The remaining issue with ping is if the server is up, but if that database doesn't exist or is stopped, then we don't get the 404 b/c we are calling it as a cypher. So we need a simple query to hit the get_wrapper, where we can catch the status code
There is no db.ping() function in 3.5 - we need to use the old end point.
The text was updated successfully, but these errors were encountered: