neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
412 stars 136 forks source link

Standalone mode is trying to load 'dashboards' database #955

Open zacker20 opened 1 week ago

zacker20 commented 1 week ago

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?