I`m trying to update my products description on prestashop 1.7
I can get product by using make module and it shows all the data.
But when i try to update product description i get 404 error.
This is my prestashop update product setup:
A 404 error is the notorious status code that you receive if a file, page or resource is not found. As there is no error message explaining what is not found, it could be any of the fields that you pass. I assume it is the product that cannot be found based on the ID that you pass.
I suggest you empty the module, and that you incrementally add more and more fields and run the module until you encounter the error again.