We migrated a long existing instance to v5.3.2 (EE). We use a Docker installation.
After migrating the metadata we can't create new secrets. The following error is issued: "The metadata private key was already edited by the user."
The location this is happening:
|
throw new BadRequestException(__('The metadata private key was already edited by the user.')); |
We would appreciate any hints to the cause of this.