I have a problem with the magento 2.4 shop (stage.hiper.rs), the products are not added to the minicart on the frontend, when we open the shop in incognito mode, everything works fine. Do you have any suggestion?
Solution 1
Did you check Magento logs for errors? Also, check the browser console for any errors.
If you see any errors then post them in the reply so that someone can help you.
Solution 2
Open the URL and then open the console tab via inspect window or by ctrl + shift + I and then add the product to the cart.
Solution 3
Run the additional SQL lines below
UPDATE core_config_data
SET value = REPLACE(value, '<old root URL or domain>', '<new root URL or domain>')
WHERE path = 'design/head/includes';
Delete the cache with the command:
rm -rf var/cache/*
Hope this can help you! Let me know if you need further assistance.
------------------------------------------------
If you've found one of my answers helpful, please give "Kudos" or "Accept as Solution"
In the logs it only shows me this:
in core_config_data everything is correct, i cleared the cache but still the same