It seems like a simple process, but clearly it is not. But maybe I'm asking the wrong question.
I am trying to export my products from my Odoo 12 database and import them into my new Odoo 16. The process works fine, except for the product images.
When I export images from version 12, I get what appears to be a base64-encoded data string for the images. But as soon as I try to import this data, I get this error message: "Found invalid image data, images should be imported as either URLs or base64-encoded data".
There must be an easy way to import product images? If so please help.