I have used neo4j until now with a previous database. I now created a new database and I try to open neo4j browser and suddenly, I find:
BoltConnectionError: No connection found, did you connect to Neo4j?
Seeing logs of my database, I see :
018-12-20 12:56:17.381+0000 WARN Server thread metrics not available (missing neo4j.server.threads.jetty.all) 2018-12-20 12:56:17.385+0000 WARN Server thread metrics not available (missing neo4j.server.threads.jetty.idle)
I also noticed that the bolt port of my neo4j browser changed from (localhost) 7687 to 11004. I can however open my database on my internet browser with 7687 port. But, I cannot access my favourited cypher scripts. Hence, I would prefer to connect to my graph db through neo4j browser. Any idea on how this issue can be solved? Thanks in advance :)