You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: