I am upgrading a project from the version 6 to 7 (I aim to upgrade to v9 later).
When upgrading to v7 I can’t login anymore. I have an error 401 with the message “Invalid password”.
Expected behavior
To be able to login correctly. In v6 login works well.
Failure Logs
{“errors”: [{
“status”:401,
“detail”:“Forest cannot authenticate the user for this request.”,
“name”:“Unauthorized”
}]
}
Context
Project name: interbev
Team name: Galadrim
Environment name: Production
Agent (forest package) name & version: 6.0.0 to 7.12.5
Database type: mysql
Recent changes made on your end if any: upgrade to v7
Well, that is an issue that has been tackled on the latest versions of our agent (with more variables to control this behavior)…
The idea is that the changes should not be done in production but should be done in development or a remote environment before going to production.
This way we ensure you don’t delete everything in production by mistake.