cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.4 Checkout Spinning Wheel Bug

Magento 2.4 Checkout Spinning Wheel Bug

Magento checkout is spinning for ever sometimes on checkout in chrome. but come back on page refresh. Can any help me out ? 

only seeing this in system logs 

main.INFO: Consumer "async.operations.all" skipped as required connection "amqp" is not configured. Unknown connection name amqp

2 REPLIES 2

Re: Magento 2.4 Checkout Spinning Wheel Bug

Hi @abhachandeca39 

 

If you don’t intend to use bulk API , you can disable the related module, and this, in turn, will disable the related “async.operations.all” consumer.

 

php bin/magento module:disable Magento_WebapiAsync
php bin/magento setup:di:compile

It may help you!
Problem Solved? Please click on 'Kudos' & Accept as Solution! 

Problem solved? Click Accept as Solution!

Re: Magento 2.4 Checkout Spinning Wheel Bug

Use your browsers console to track the network.

 

If it's a 500 error, then it will be in your server logs and not Magento logs.

 

Sounds like a possible timeout issue, so never completes.