If someone want to add a product to the cart from the list view it works fine. But from a product detail page the Error appears:
We can't add this item to your shopping cart right now.
If someone want to add a product to the cart from the list view it works fine. But from a product detail page the Error appears:
We can't add this item to your shopping cart right now.
I have experienced very same situation, and it was because of 2 things mainly.
This error comes because of caching problem. So, enable the cache using
"php bin/magento cache:enable"
then it will work.