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.
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:
passbolt_api/plugins/PassboltCe/Metadata/src/Service/MetadataPrivateKeysUpdateService.php
Line 69 in 8d7f8bd
We would appreciate any hints to the cause of this.