Skip to content

No payment methods frontend and perpetual page loading spinner after Magento 2.4.2 to 2.4.3-p1 upgrade

After a seemingly successful 2.4.2 -> 2.4.3-p1 adventure I get ‘no payment methods’ on the checkout page. Most of the time the checkout page will hang at the page loading spinner until page refresh, but sometimes this doesn’t happen.

We use Opayo as our payment gateway, extension provided by Magenest, latest version. Even ‘Cash on delivery’ as an enabled payment method does not show on the frontend. If I rollback to 2.4.2 the payment method is available.

The only JS error in the console is:

require.js:166 Uncaught Error: Script error for: Magento_ReCaptchaWebapiUi/js/webapiReCaptchaRegistry
http://requirejs.org/docs/errors.html#scripterror

which from what I have read doesn’t break anything.

Any ideas?