cancel
Showing results for 
Search instead for 
Did you mean: 

Can't add Marketplace keys in Magento 2.

SOLVED

Can't add Marketplace keys in Magento 2.

Hello

 

I'm unable to add magento keys in extension manager.

 

Magento ver. 2.3.4, almost fresh install, no error description, just do not save the keys. (show red line above)

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can't add Marketplace keys in Magento 2.

@Dmitri 

 

As its just vanila and it seems something went wrong during installation. Please try with fresh installtaion again. Thanks 

Manish Mittal
https://www.manishmittal.com/

View solution in original post

11 REPLIES 11

Re: Can't add Marketplace keys in Magento 2.

Hi @Dmitri ,

 

Can you please check the permission of auth.json file. it seems like this is permission issue.

Please set the file permissions according to the below.

 

cd <your Magento install dir>

find . -type f -exec chmod 644 {} \; // 644 permission for files

find . -type d -exec chmod 755 {} \; // 755 permission for directory

find ./var -type d -exec chmod 777 {} \; // 777 permission for var folder

find ./pub/media -type d -exec chmod 777 {} \;

find ./pub/static -type d -exec chmod 777 {} \;

 

Thanks!

 

---------

Problem solved? Click Accept as Solution!

Re: Can't add Marketplace keys in Magento 2.

Hello @Dmitri 

 

Please share specific error screenshot as well. I have just tried with Magento 2.34 v and its working perfectly fine.

 

Please follow recommended soltuion by @Nishu Jindal . But still of you will face any error please share it. Thanks

 

For more details you can find here

https://devdocs.magento.com/guides/v2.2/install-gde/prereq/connect-auth.html

Manish Mittal
https://www.manishmittal.com/

Re: Can't add Marketplace keys in Magento 2.

https://nc.arvid.ee/index.php/s/eAASrsS9mdxKKZn

 

I was unable to upload screenshot, here is it. I replaced the permissions as advised, but result is the same

Re: Can't add Marketplace keys in Magento 2.

cant see this image, please add any link of screenshot

Manish Mittal
https://www.manishmittal.com/

Re: Can't add Marketplace keys in Magento 2.

Yes, I made a link and replaced the image in previous message

Re: Can't add Marketplace keys in Magento 2.

Hello @Dmitri 

 

is this Magento marketplace? You can go into System > web setup wizard > extension manager > put your keys here

 

You can find your keys here:

https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html

Manish Mittal
https://www.manishmittal.com/

Re: Can't add Marketplace keys in Magento 2.

Please excuse me, i shared the wrong file last time, here is correct one

 

https://nc.arvid.ee/index.php/s/eAASrsS9mdxKKZn

Re: Can't add Marketplace keys in Magento 2.

that was a wrong image, sorry, I replaced the link.

 

I did exactly the same, got keys from a profile in a marketplace account and tried to add them into web setup wizard as you mention

Re: Can't add Marketplace keys in Magento 2.

Hello @Dmitri 

 

Please follow below shared thread if it will work for you. 

 

https://community.magento.com/t5/Magento-2-x-Version-Upgrades/Sign-in-to-Magento-Marketplace-gt-quot...

 

Please set permission once to your var folder to 777

Manish Mittal
https://www.manishmittal.com/