Can not connect to packages.metabox.io

Support General Can not connect to packages.metabox.ioResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22925
    Artem AArtem A
    Participant

    Hello,

    Seems like there is an issue with https://packages.metabox.io and not possible to install extensions with Composer. I'm getting 523 Origin Unreachable.

    Is it possible to check, please?

    #22931
    Mitchell ValkMitchell Valk
    Participant

    Did you add them to your repositories in your composer.json? It is not really clear in the explanation, but it is a requirement for using the connection.

    "repositories": [
            {
                "type": "composer",
                "url": "https://packages.metabox.io/{your key}"
            },
            {
                "type": "composer",
                "url": "https://wpackagist.org"
            }
        ],
    #22941
    Long NguyenLong Nguyen
    Moderator

    Hi,

    You can clear the cache and run the command composer install again.

    rm -rf vendor && composer clear-cache && composer install
    

    https://docs.metabox.io/extensions/composer/#versions--updates

    Follow the sample composer.json file to install all extensions https://github.com/wpmetabox/library/blob/master/composer/composer.json.

    #22951
    Artem AArtem A
    Participant

    I see that it works now and https://packages.metabox.io/API-KEY/packages.json returns what it should (at yesterday for some time period it was Cloudflare's error page with 523 error).

    Anyways, thank you for your help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.