neodash
neodash copied to clipboard
Standalone mode is trying to load 'dashboards' database
I am using NeoDash version 2.4.8. I have my Neodash configured in standalone mode (not running docker just regular build). I have a dashboard named Fraud_Detection. It pops up this message:
I am using the neo4j database for the standaloneDashboardDatabase. See config file below: { "ssoEnabled": false, "ssoProviders": [], "ssoDiscoveryUrl": "https://example.com", "standalone": true, "standaloneProtocol": "neo4j+s", "standaloneHost": "x.x.x.x", "standalonePort": "7687", "standaloneDatabase": "neo4j", "standaloneUsername": "neo4j", "standalonePassword": "", "standaloneDashboardName": "Fraud_Detection", "standaloneDashboardDatabase": "neo4j" }
Why is it trying to connect to a dashboards database?