cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Extension Manager Please Wait

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento Extension Manager Please Wait

I recently wanted to use the marketplace but immediately realised I can't access the Extension Manager from the back end without it loading forever. I also get no log errors regarding the issue. Im on 2.2.5 and I also had the issue on 2.2.4

9f8a223bbecefcb17dfbe0d0df74f79a

6 REPLIES 6

Re: Magento Extension Manager Please Wait

Please make sure that your public and private key should be correct and status enabled. Because, I recently checked that in Magento 2.2.4 and Magento 2.2.5 in both version, It's working fine.

Hope, it will helpful for you.

If issue solved,Click Kudos & Accept as Solution

Re: Magento Extension Manager Please Wait

Hello @cormac_haydon,

 

Please open your composer.json file and move to “repositories” section, and left only one repository, like shown below.

 

Before:

 

"repositories": {
    "0": {
        "type": "composer",
            "url": "https://repo.magento.com/"
    },
    "data-migration-tool": {
        "type": "git",
            "url": "https://github.com/magento/data-migration-tool"
    }
}

After:

"repositories": [
    {
        "type": "composer",
        "url": "https://repo.magento.com/"
    }
]

If you have still an issue then let us know.

 

--
If issue is solved, Click "Kudos" & "Accept as Solution"

Re: Magento Extension Manager Please Wait

The issue is not cleared in my case. My default code in Composer.json.

"repositories": [
    {
        "type": "composer",
        "url": "https://repo.magento.com/"
    }
]

@gelanivishal wrote:

Hello @cormac_haydon,

 

Please open your composer.json file and move to “repositories” section, and left only one repository, like shown below.

 

Before:

 

"repositories": {
    "0": {
        "type": "composer",
            "url": "https://repo.magento.com/"
    },
    "data-migration-tool": {
        "type": "git",
            "url": "https://github.com/magento/data-migration-tool"
    }
}

After:

"repositories": [
    {
        "type": "composer",
        "url": "https://repo.magento.com/"
    }
]

If you have still an issue then let us know.

 

--
If issue is solved, Click "Kudos" & "Accept as Solution"


 

Re: Magento Extension Manager Please Wait

I am also seeing this issue in CE 2.3.4

Re: Magento Extension Manager Please Wait

Have you fixed this error? 

Re: Magento Extension Manager Please Wait

Facing same error in v2.3.6 p1