prestissimo
prestissimo copied to clipboard
Advanced Custom Fields leads to a 404 when combined with pivvenit/acf-composer-bridge
ACF Composer Bridge helps people install the WordPress plugin Advanced Custom Fields Pro from Composer. Using it with Prestissimo gives a 404 error though:
Package operations: 1 install, 0 updates, 0 removals
- Installing advanced-custom-fields/advanced-custom-fields-pro (5.8.9): Downloading (failed) Installation failed, reverting ./composer.json to its original content.
[Composer\Downloader\TransportException] The "https://connect.advancedcustomfields.com/v2/plugins/download?p=pro&t=5.8.9" file could n ot be downloaded (HTTP/1.1 404 Not Found)
It works fine when I uninstall Prestissimo (which I installed globally, as the instructions say), though, which leads me to believe there's something this special repository does that Prestissimo doesn't handle well.
@Ariane-B I believe that issue is with the fact that pivvenit/acf-pro-installer shares the same default priority as Prestissimo. The installer package needs to apply this fix: PhilippBaschke/acf-pro-installer#20