- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Invalid credentials for 'https://repo.magento.com/archives/magento/module-staging-page-builder
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.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Invalid credentials for 'https://repo.magento.com/archives/magento/module-staging-page-builder
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Invalid credentials for 'https://repo.magento.com/archives/magento/module-staging-page-builder
Followed instructions from https://devdocs.magento.com/guides/v2.3/cloud/bk-cloud.html
Its about magento cc. So this wont work?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Invalid credentials for 'https://repo.magento.com/archives/magento/module-staging-page-builder
Make sure that you are adding the correct password. and the module you are downloading is available for the Magento Open Source.
Thanks