An error blocks me from accessing the UI for existing and new local projects. I have tried several projects, several passwords, several accounts.
Expected behavior
I create a new project with a new account, connect it with an existing MongoDB database on my local environment. Install with npm and make it run. Everything runs smoothly as expected, the browser window says the backend has been connected. Opens the forestadmin UI - my account password is requested. I give in the correct password and access is given.
Actual behavior
After I give in my password, I get an error notification that says “Cannot retrieve the project you’re trying to unlock. Please check that you’re using the right environment secret regarding your project and environment.”. And the password modal remains.
Failure Logs
None
Context
Please provide any relevant information about your setup.
- Project Name: palyground2, palyground, …
- Database : MongoDB 4.0.3 Community
- Databas : localhost:27017/forest
“dependencies”: {
“body-parser”: “1.19.0”,
“chalk”: “~1.1.3”,
“cookie-parser”: “1.4.4”,
“cors”: “2.8.5”,
“debug”: “~4.0.1”,
“dotenv”: “~6.1.0”,
“express”: “~4.16.3”,
“express-jwt”: “5.3.1”,
“forest-express”: “^7.4.0”,
“forest-express-mongoose”: “^6.0.0”,
“morgan”: “1.9.1”,
“require-all”: “^3.0.0”,
“mongoose”: “~5.8.2”
}