neodash icon indicating copy to clipboard operation
neodash copied to clipboard

Standalone mode is trying to load 'dashboards' database

Open zacker20 opened this issue 1 year ago • 1 comments

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: image

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?

zacker20 avatar Sep 24 '24 11:09 zacker20