Referred to
- External DB connection in Wix: https://www.wix.com/corvid/forum/community-discussion/best-way-to-retrieve-data-from-an-external-mysql-db
- Neo4j usage example ( page 4 ): https://neo4j.com/docs/pdf/neo4j-driver-manual-1.7-javascript.pdf
I am trying to connect to external Neo4j DB but I was met with following error.
It seems like neo4j can be loaded but neo4j. auth is undefined. I have tested the JS code ( page 4 of the Neo4j usage example ) in WebStorm and it worked. Could it be package error?