Hello, Everyone.
I'm stuck with this error. In product_catalog, i've been changing the html content for each product. After i save the product, the changes don't appear on the site.
I tried using the following code to reset the index and clear cache, but nothing changed.
php bin/magento indexer:reindexphp php bin/magento cache:clear
Does anyone know how to fix this so i can update my site content?
Solved! Go to Solution.
Solved. it was a issue with the product attribute, it was set to single store. Just changed to global and it works now.
Sorry and thanks for the help.
Hello, Kumar, and thank you for the reply.
i tried cache:clear, cache:flush, c:c, and no changes.
Deleting the folder also did'nt work. If i'm filling the content in a new product, it appears, but only the first time. I can't make changes after the first save.