Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-26-2021 07:25 AM
Hello Everyone,
I am new to Neo4j and trying to set up a community edition in GKE cluster from GCP Market Place. I have followed all the steps in this documentation, but still not able to connect to the Local Host. http://localhost:7474/browser/
Document link :
I was able to forward the port as well based on the documents. When I am trying to login using the default user Id and Password from the cluster I am getting this 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
I am trying to connect to - neo4j://0.0.0.0:7687
However, I am able to connect through Kubectl commands.
kubectl exec -it "${APP_INSTANCE_NAME}-0" --namespace "${NAMESPACE}" -- cypher-shell -u "neo4j" -p "${NEO4J_PASSWORD}" -d "neo4j" 'CREATE(n:Person { name: "John Doe"})'
Any help would be appreciated.
Thanks,
Kallol
All the sessions of the conference are now available online