genecommerce / module-encryption-key-manager

Tooling to help generate and invalidate magento encryption keys
GNU Lesser General Public License v3.0
54 stars 14 forks source link

Problem when running php bin/magento gene:encryption-key-manager:generate --force #40

Closed realadityayadav closed 1 month ago

realadityayadav commented 1 month ago

Gene\EncryptionKeyManager\Service\ReencryptEnvSystemConfigurationValues::iterateSystemConfig(): Argument #1 ($systemConfig) must be of type array, null given, called in app/code/Gene/EncryptionKeyManager/Service/ReencryptEnvSystemConfigurationValues.php on line 49

This was working before yesterday.

convenient commented 1 month ago

Hello @realadityayadav

Is this on your local, I expect this patch will work ? https://github.com/genecommerce/module-encryption-key-manager/pull/42

convenient commented 1 month ago

did that help @realadityayadav ?

realadityayadav commented 1 month ago

Yes it worked.