Fix neo4j installation

After reinstalling Neo4j to a different directory and importing the database backup from the previous installation, Neo4j desktop shows the database, I can use the tools in the /bin directory to run queries on the database, but Neo4j desktop shows the following warning and does not open Neo4j Browser or Bloom on the database.

m:\neo4jdb\projects\project-c6d0e14c-10be-477c-8456-60134a8a8ddb\

is unavailable. If this location is on a device or drive, make sure it is connected and try again by refreshing the projects list. If this location is on a network, make sure you're connected to the network or Internet and try again by refreshing the projects list. If the location still can't be found, it might have been moved or deleted.

The following is a tree of my Neo4j database directory, which shows the projects\project-c6d0e14c-10be-477c-8456-60134a8a8ddb\ directory is empty.

So, I wondered how to fix the installation without deleting and reimporting the database.

.
├── distributions
│   ├── java
│   │   ...
├── graphApps
│   ├── _global
│   │   ├── neo4j-bloom
│   │   │   └── ...
│   │   ├── neo4j-browser
│   │   │   └── ...
│   │   ├── neo4j-etl-ui
│   │   │   └── ...
│   │   ├── neodash
│   │   │   └── ...
│   │   └── neuler
│   │       └── ...
│   ├── charts.tar.gz
│   ├── graphapps
│   │   ├── charts
│   │   │   └── ...
│   │   └── neosemantics
│   │       └── ...
│   └── ...
├── projects
│   └── project-c6d0e14c-10be-477c-8456-60134a8a8ddb
├── relate-data
│   ├── backups
│   ├── dbmss
│   │   └── dbms-4a355c03-ebdf-4868-bfaa-ae9377279cd8
│   │       ├── LICENSE.txt
│   │       ├── LICENSES.txt
│   │       ├── NOTICE.txt
│   │       ├── README.txt
│   │       ├── UPGRADE.txt
│   │       ├── bin
│   │       ├── certificates
│   │       ├── conf
│   │       ├── data
│   │       ├── import
│   │       ├── import.report
│   │       ├── labs
│   │       ├── lib
│   │       ├── licenses
│   │       ├── logs
│   │       ├── metrics
│   │       ├── neo4j.cer
│   │       ├── packaging_info
│   │       ├── plugins
│   │       ├── products
│   │       ├── relate.dbms.json
│   │       └── run
...
│   │   └── streams.json
│   ├── projects
│   │   └── project-8f06d3f0-0630-46b8-88b4-d82b9b770455 -> /mnt/m/neo4jdb/projects/project-c6d0e14c-10be-477c-8456-60134a8a8ddb/
│   └── upgrade-logs
├── release-notes-cache
...