Magento – Magento 2.3.4 – infinite loop on checkout buttons

magento2.3.4

Fresh 2.3.3 install with 2.3.4 composer upgrade.

If I try clicking Paypal or Stripe checkout (default magento 2 checkout) I get this error.

INTERNAL ERROR. DETAILS ARE AVAILABLE IN MAGENTO LOG FILE. REPORT ID: WEBAPI-5E3EBD55C7D77

LOG FILE SHOWS:

[2020-02-08 13:11:36] main.CRITICAL: Report ID: webapi-5e3eb38834d5a; Message: Infinite loop detected, review the trace for the looping path {"exception":"[object] (Exception(code: 0): Report ID: webapi-5e3eb38834d5a; Message: Infinite loop detected, review the trace for the looping path at
/vendor/magento/framework/Webapi/ErrorProcessor.php:208, LogicException(code: 0): Infinite loop detected, review the trace for the looping path at /vendor/magento/module-checkout/Model/Session.php:241)"} []

Anyone able to shed some light on this? stupidly I made it live – so I have a live broken website.

Thanks!

Best Answer

Delete your cookies and try again.

Related Topic