Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zacker20 opened this issue Sep 24, 2024 · 0 comments
Open

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

zacker20 opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working priority important request/feature

Comments

@zacker20
Copy link

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 zacker20 added the bug Something isn't working label Sep 24, 2024
@nielsdejong nielsdejong added the priority important request/feature label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority important request/feature
Projects
None yet
Development

No branches or pull requests

2 participants