Closed
Description
Unable to retrieve last viewed URL using getLastViewedUrl() method (vendor/magento/module-catalog/Helper/Data.php)
Preconditions
- Magento CE 2.1.0 without sample data is installed.
- Custom plugin created for \Magento\Checkout\Block\Cart > getContinueShoppingUrl()
- getLastViewedUrl() used in this plugin to improve "Continue Shopping URL" functionality
Steps to reproduce
- Enable caches
- Add something to cart
- Visit some product page
- Refresh cart page
- Check "Continue Shopping" URL
Actual result
"Continue Shopping" URL leads to homepage
Expected result
"Continue Shopping" URL should lead to the last visited product page
Note
it works fine if caches disabled