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
During trying to log into neo4j (port 7474) I encountered the following error:
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
And while trying to access neo4j on port 7687, the message is:
not a WebSocket handshake request: missing upgrade
The text was updated successfully, but these errors were encountered:
Yes, I manged to fix it. It was my mistake.
It turned out that I did port-forwad on both ports but I was still trying to connect to neo4j server using port 7687. I changed it and it works as it should.
Thanks for your help! ;)
During trying to log into neo4j (port 7474) I encountered the following error:
And while trying to access neo4j on port 7687, the message is:
The text was updated successfully, but these errors were encountered: