NeoDash unable to load Dashboard from Neo4j Node

I am attempting to load a saved dashboard from Neo4j into the NeoDash platform. However, I am encountering an error message that states, “Unable to load dashboard. A dashboard with the provided name could not be found.” I have verified that all configurations are correctly set. I am currently using NeoDash version 2.4.2 and Neo4j version 4.4.30 Community Edition. Here is my current configuration:


{
  // Single Sign-On (SSO) settings
  "ssoEnabled": false,
  "ssoProviders": [],
  "ssoDiscoveryUrl": "",

  // Standalone mode settings
  "standalone": true,
  "standaloneProtocol": "neo4j",
  "standaloneHost": "localhost",
  "standalonePort": "7687",
  "standaloneDatabase": "neo4j",
  "standaloneDashboardName": "DashboardName (Node label)",
  "standaloneDashboardDatabase": "neo4j",
  "standaloneDashboardURL": "",

  // Additional standalone mode settings
  "standaloneAllowLoad": true,
  "standaloneLoadFromOtherDatabases": true,
  "standaloneMultiDatabase": true,
  "standaloneDatabaseList": "neo4j",

  // Logging settings
  "loggingMode": "0",
  "loggingDatabase": "logs",

  // Custom header for the application
  "customHeader": "Custom Header"
}