Checkout is stuck when Authorize.net payment method is used
This article provides an explanation and fix for the Adobe Commerce 2.3.X issue where the checkout gets stuck if Authorize.net is used, with the ‘Cannot read property ‘length’ of null’ error message in the browser console log.
Affected products and versions
- Adobe Commerce 2.3.X
Issue
Steps to reproduce
- Configure the Authorize.net payment method in the Commerce Admin.
- Go to the storefront.
- Add a product to the cart and proceed to checkout.
- Choose Authorize.net as a payment method.
- Click Place Order.
Expected result
The Authorize.net iframe is loaded.
Actual result
Ajax spinner is displayed, and the page never loads. The following JS error is displayed in the browser console log: ‘Uncaught TypeError: Cannot read property ‘length’ of null at b (jstest.authorize.net/v1/AcceptCore.js:1)’
Cause
One of the most common reasons for this issue is the Public Client Key not being specified in the Authorize.Net configuration in the Commerce Admin.
Solution
Under Stores > Settings > Configuration > Sales > Payment Methods, in the Authorize.net section, check if the value is specified in the Public Client Key field. If it is empty, enter the key value from your Authorize.Net merchant account.
For the changes to be applied, clean the cache by running
bin/magento cache:clean