Feature(s) impacted
Hi,
I’m trying to create a new project.
My steps :
- selected Advanced setup
- selected As a microservice
- selected MongoDB Atlas
- installed globally forest-cli@latest
- logged in successfully
- entered Connection URI (
mongodb+srv://XXXXXXXX:XXXXX@trainease.dblhbgo.mongodb.net/trainease-app
) - execute the given command in the terminal
Observed behavior
The command to generate the admin backend (forest projects:create:nosql "trainease-app" --applicationHost "localhost" --applicationPort "3310" --language "javascript" --databaseConnectionURL "mongodb+srv://XXXXXXX:XXXXXX@trainease.dblhbgo.mongodb.net/trainease-app"
) failed with the response copied in “Failure Logs” section
I tried to run the command without :nosql
but it failed too with the same response.
What did i miss ?
Expected behavior
The creation of the project
Failure Logs
› Warning: projects:create:nosql is not a forest command.
Did you mean projects:create? [y/n]: y
× ["Cannot generate your project.","An unexpected error occurred. Please reach out for help in our Developers community (https://community.forestadmin.com/) or create a Github issue with following error:"]
Error: Unexpected arguments: --language, javascript
See more help with --help
Context
- Project name: trainease-app
- Database type: MongoDB