During the installation, there's a problem with the connection to the database. After, when I'm in Neo4j desktop there's this problem:
Conflicts occurred
Database xxx can not be started due to conflicts with external processes. To fix this problem, let us change these port configurations:
bolt: 7687 → 11005 http: 7474 → 11006
But also changing the port it doesn't run.
EDIT: The specific error is:
ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to determine the root cause of the failure. Common reasons include the database being unavailable, using the wrong connection URL or temporary network problems. If you have enabled encryption, ensure your browser is configured to trust the certificate Neo4j is configured to use. WebSocket readyState is: 3
Open Task Manager, and check if there is a service called Apache Common Daemon?
If yes, you may need to turn it off by going to the bin directory, open PowerShell, and then try this:
If it says Neo4j is running even though you don't run anything, you will want to turn it off by using
I do not guarantee that this will work. See more: Windows installation - Operations Manual