Magento 2 || Fix problem: Product is not adding to cart. Cookie. - mpaz-redstage/magento-snippets GitHub Wiki
Today I had a difficult problem to fix. products was not adding to cart, and the admin was not opening.
so, I had to set to NULL, all the domains from cookie:
SELECT * FROM `core_config_data` WHERE `path` LIKE '%cookie%'