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
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!
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.