I am suddenly unable to install MetaBox via composer. My composer file was working last week, but now when I run composer install
, I get the following error:
[Composer\Downloader\TransportException]
The "https://packages.metabox.io/MY_METABOX_API_KEY/packages.json" file could not be downloaded (HTTP/2 404 )
<code></code>
That path, when pasted into a browser, does indeed produce a 404.
I am including MetaBox like this:
{
"type": "composer",
"url": "https://packages.metabox.io/MY_METABOX_API_KEY"
}
<code></code>
I am also requiring "ffraenz/private-composer-installer": "^5.0"
I have tried removing my composer.lock
file, as well as running composer clear-cache
. The error persists (both before and after removing the lock file and clearing caches).
My composer file has not changed since I was last able to install (last week). Has something on your end changed?