neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
223 stars 57 forks source link

Error trying to connect to database #191

Open sergio-nunez-meneses opened 3 years ago

sergio-nunez-meneses commented 3 years ago

Using

Issue

When trying to connect to database, Graph Database Console displays the following error in both IDEs:

DataSource[dbmsname] - refreshing metadata... DataSource[dbmsname] - metadata refresh failed. Reason: Connection to the database terminated. This can happen due to network instabilities, or due to restarts of the database

And yet, I'm connected to the database through the terminal, and able to querying using Neo4j Browser.

What could be the cause of this error? Thank you in advance.