I have a magento 2.3.2 and tried to do the order.After completing the order,success page is not redirected.But the order has created. Can anyone tell what will be issue. Below I’m getting in error log
main.CRITICAL: No such entity with customerId = 1 {"exception":"[object]
(Magento\Framework\Exception\NoSuchEntityException(code: 0): No such entity
with customerId = 1 at /opt/magento/public_html/vendor/magento/framework/Exception/NoSuchEntityException.php:50)"} []main.CRITICAL: No such entity with customerId = 1 {"exception":"[object] (Magento\Framework\Exception\NoSuchEntityException(code: 0): No such entity with customerId = 1 at /opt/magento/public_html/vendor/magento/framework/Exception/NoSuchEntityException.php:50)"} []main.CRITICAL: No such entity with customerId = 1 {"exception":"[object] (Magento\Framework\Exception\NoSuchEntityException(code: 0): No such entity with customerId = 1 at /opt/magento/public_html/vendor/magento/framework/Exception/NoSuchEntityException.php:50)"} [](END)
2
Answers
Please apply this patch in 2.3.2 https://patch-diff.githubusercontent.com/raw/magento/magento2/pull/25307.diff
Or upgrade to 2.3.4
Source: https://github.com/magento/magento2/pull/25307
Apply this patch: