- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020
04:47 AM
10-05-2020
04:47 AM
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
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020
05:01 AM
10-05-2020
05:01 AM
Re: Magento 2.4 Checkout Spinning Wheel Bug
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020
10:06 AM
10-05-2020
10:06 AM
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.