dvagal
07-12-2023Data Storage
Error when Connecting to Neo4j
I need to connect to Neo4j using a JDBC driver. Following are the details
neo4j_driver = com.simba.neo4j.neo4j.jdbc42.Driver
Download Driver file: https://neo4j.com/bi-connector/?version=1.0.10
URL = jdbc:neo4j://<database_id>.databases.neo4j.io?SSL=true
It errors when i try to connect. Following is error message:
Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
Origin is not allowed by Access-Control-Allow-Origin is this on the Neo4j side or the BI tool side ?
Any ideas how to resolve this?