neodash icon indicating copy to clipboard operation
neodash copied to clipboard

Unable to get a routing table for database on yarn/docker

Open kobekubrick opened this issue 1 year ago • 4 comments

I am currently trying to run a standalone version of my dashboard on NeoDash but am having trouble connecting to the correct database. I am getting an error message every time loading up the standalone dashboard on yarn and docker with the error "Unable to get a routing table for database 'dashboards' because this database does not exist". I believe it is referencing the parameter standaloneDashboardName from the config.json file; however, no matter what I change it to, the value does not change.

My current database is named neo4j, which is also what I have it set as within my config parameters. Parts of my config have been omitted for privacy. Here are my parameters:

{
  "ssoEnabled": false,
  "ssoProviders": [],
  "ssoDiscoveryUrl": "https://example.com",
  "standalone": true,
  "standaloneProtocol": "neo4j+s",
  "standaloneHost": "*********",
  "standalonePort": "**********",
  "standaloneDashboardName": "********",
  "standaloneDashboardDatabase": "neo4j",
  "standaloneDashboardURL": "",
  "standaloneDatabase": "neo4j",
  "standaloneUsername": "***********",
  "standalonePassword": "***********",
  "standaloneAllowLoad": false,
  "standaloneLoadFromOtherDatabases": false,
  "standaloneMultiDatabase": false,
  "standaloneDatabaseList": "neo4j",
  "loggingMode": "0",
  "loggingDatabase": "logs",
  "customHeader": ""
}

Version:

  • NeoDash version: v2.4.8 Enterprise

image

kobekubrick avatar Jun 07 '24 15:06 kobekubrick