Issue
Environment
Applications hosted in Mendix Cloud
Cause
Constant values are part of the environment configuration of a Mendix Cloud environment. When a constant value is edited and saved, the new value overwrites the previous one, and no history of previous values is kept in the Mendix Portal. As a result, an overwritten constant value cannot be viewed, recovered, or restored after it has been replaced.
Solution/Workaround
Previous values of environment configuration constants are not stored and cannot be restored by Mendix Support. If the old key is not available from the customer's own records (for example, a password manager, documentation, or a deployment package configuration), the affected configuration has to be re-entered. Proceed as follows:
- Check whether the original constant value is documented elsewhere, such as in a password manager, deployment documentation, a configuration management system, source control documentation, or another environment that uses the same value.
- If the original value is found, restore it in the environment configuration and restart the environment if required by the application.
- If the original value cannot be recovered, determine the impact of the change and manually reconfigure any application settings, integrations, credentials, or other functionality that depend on that constant.
- Store critical constant values securely and maintain a documented backup process to prevent future loss of configuration data.
Internal information related
- 288500
Additional information
- Mendix documentation: OIDC SSO module – Setting the Encryption Key (https://docs.mendix.com/appstore/modules/oidc/)
- Related KBA: ERROR: Cannot decrypt the text because it was either encrypted with a different key or not encrypted at all
0 Comments