Hi.
I had a previous conversation (@louiss - Questions about the new development workflow) about how the new dev workflow works. But now, I’m trying these new features and I can’t understand how to use them. So I decided to open this question, because this is a new separate issue.
forest-express-sequelize
version 8.5.3
We switched to the new development workflow.
I did a forest init
and it worked fine, as far as I can tell.
I also created a new branch.
And another developer forest init -ed too.
Question (1)
I did:
$ npx forest environments
ENVIRONMENTS
ID NAME URL TYPE
4xxx6 prod-[undiscl] https://prod-[undiscl].sa… production
5xxx1 stg-[undiscl] https://stg-[undiscl].sa… remote
9xxx9 dev-[undiscl] https://dev-[undiscl].sa… remote
9xxx3 Development | baj… http://localhost:3000 development
9xxx6 Development | mat… http://localhost:3000 development
But in the Forest panel this is what I can see:
Which is the relationship between these two views?
What is supposed to be shown in the sections Environments and Development environments?
The Development environments look like there is an unexpected empty table… all squashed in a single horizontal line…
Question (2)
How can I create a new development environment to work on?
At the moment it looks like I have two development envoronment in the CLI, none in the project settings and I can’t switch (in the frontend) to any of the development environments:
What am I supposed to do?
In the docs here push - Developer guide it looks like I should be able to switch into my new development environment to make changes, but I can’t understand how!!
Thank you.