Website is on Joomla 5.4.3, J2Commerce is on v4.0.20Pro
IssueWhen attempting to create a new product or duplicate an existing one, you are unable to get any new images to show on the individual product page.
The list of all products will show the main image (via J2C, not core joomla), but going into the article, you will see any new images added will not show up. The rest of the article loads fine.
Duplicating an existing (working) product, you will see the images load correctly as they did on the original article, but any additional images added will not.
Admin areaThere was also difficulty adding new photos in the first place, where the selector would not want to place the selected image in the image input box. Not impossible to do from here, but still more fiddly/random than it used to be.
DatabaseIt is possible to add images to the article via the database, however the issue on the front end is not addressed by this.
To access the correct field, go to table: __j2store_productimages, and find the additional_images column, where you can copy the field and add to it before replacing - once updated you can see that the product in the admin area shows this new change but again, not on the front end.