I’m trying to install a version of Magento 2 EE with composer, it is a working version on production and what i’m trying to do is clone the repository from Bitbucket.
The problem is installation always stops while installing module-worldpay.
Invalid credentials for ‘https://repo.magento.com/archives/magento/module-worldpay/magento-module-worldpay-100.2.0.0.zip’
And abort everything.
Here are my steps:
- Install Composer in the folder
- I clone the repository in the folder
- Create auth.json with public and private key for repo.magento.com.
- Run composer install
What happens next is everything starts installing and brakes at the worldpay-module.
i’ve read a similar issue here but doesn’t seem to have a solution to this problem.