hi, i got this error when im trying to install magento2.3.1 via composer install and docker: "invalid credentials for 'https://repo.magento.com/archives/magento/module-s
taging-page-builder/magento-module-staging-page-builder-1.0.0.0.zip', abort
ing."
My auth.json file is:
{ "http-basic": { "repo.magento.com": { "username": "800bdca5b93d9e28******803b82454e", "password": "205641fc85250428d******0761a54bfe" } } }
These are the key's in my account:
so what's wrong?
bg
Solved! Go to Solution.
Hello @jonas_fichtner
Pagebuilder only available for EE edition and you have access for it, if you want to download it.
If help you then mark as as solution.
Hello @jonas_fichtner
does your key related to EE edition?
if your key related to EE then you will download it.
If help you then mark as a solution.
Hello @jonas_fichtner
Pagebuilder only available for EE edition and you have access for it, if you want to download it.
If help you then mark as as solution.
Followed instructions from https://devdocs.magento.com/guides/v2.3/cloud/bk-cloud.html
Its about magento cc. So this wont work?
Make sure that you are adding the correct password. and the module you are downloading is available for the Magento Open Source.
Thanks