Development environment is gone

Feature(s) impacted

I don’t have access to my development environment anymore.

Observed behavior

I can’t switch to the development environment:

When I launch my rails server in local, I get the following error:

Cannot find the project related to the env_secret you configured. Can you check on Forest that you copied it properly in the forest_liana initializer?

Forest_liana.rb initializer didn’t change:

ForestLiana.env_secret = Rails.application.secrets.forest_env_secret

ForestLiana.auth_secret = Rails.application.secrets.forest_auth_secret

ForestLiana.application_url = Rails.application.secrets.forest_application_url

ForestLiana.forest_client_id = Rails.application.secrets.forest_client_id

Context

  • Project name: lalanguefrancaise
  • Environment name: Development
  • Agent (forest package) name & version: Rails 6 ; forest_liana-7.8.1
  • Database type: Postgres
  • Recent changes made on your end if any: No change

Could you please help me get back access to the development environment? Thanks.

Hello @nico_lrx

We have proceeded to an automatic migration for all of our development workflow v1 to the v2 (you should have received emails explaining this and inviting you to do it before a specific date), you can learn more about this migration here.

You can learn more about the new development workflow and how to create a new development environment here

My bad, I didn’t see the emails! Thanks.