You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using m2c to setup local dev with magento 2.3.3 env and later push to a prod server, there is an issue during composer install with the checksum of google-shopping-adds module.
This can be resolved with:
sed -e 's/5f5929ef9f2ec4ca048a2add261d22c92807630f/ce31e720d60451784b9fdb3769e43e149f50d436/' composer.lock > composer.lock
When using m2c to setup local dev with magento 2.3.3 env and later push to a prod server, there is an issue during composer install with the checksum of google-shopping-adds module.
This can be resolved with:
sed -e 's/5f5929ef9f2ec4ca048a2add261d22c92807630f/ce31e720d60451784b9fdb3769e43e149f50d436/' composer.lock > composer.lock
In top of this there is an other issue:
magento/magento2#24930
How are you packages updated?
I know the issue are not directly related to your really cool project :)
The text was updated successfully, but these errors were encountered: