my add to cart not working, its showing nothing in cart for 2 stores and for 1 store adding a default product everytime, doesn't matter which product we added, its showing this exception....
We can't add above item to cart.Please contact administratorThe product wasn't found. Verify the product and try again.
i have checked my code is fine, its working on local setup and dev server, just issue is on production,
i have tried with cookie lifetime increase and permission settings on directories but none worked.. do it need some more cookie or session changes which can be done ?
can any body share any idea or solution with some details ??
/vendor/magento/zendframework1/library/Zend/Cache/Backend and edit the file.phpSearch for'cache_dir' => null, and replace it with'cache_dir' => 'var/cache'... – Mohit Patel May 29 '20 at 18:05