Just temporary fix. It helped me. In "src/vendor/magento/module-checkout/Controller/Cart/Add.php:80" Comment these lines:
if (!$this->_formKeyValidator->validate($this->getRequest())) {
return $this->resultRedirectFactory->create()->setPath('*/*/');
}