Hi Team,
I am using Neo4j community version to render graphs. I did Neo4j setup through EC2 instance.
- When login to EC2 server, I see Neo4j is running fine and able to cypher shell through bolt also working fine.
The problem I face is in UI part:
Using the EC2 instance able to get Neo4j browser, but not able to access DB through bolt driver. Getting Websocket error!
Note: I Changed by enabling bolt drivers and passing private address:7687 in configuration file as well. But it did not resolve my issue.
Instead of bolt, if I use http://ipaddress:7474 able to access the DB but query is not working.
Can you please someone help me to resolve the issue?
Thanks,
Nithin.