I've deployed VirtoCommerce 1.13 from source code to Azure and i'm getting problems with the thumbnails.
Url.ImageThumbnail(foo) in the item view is returning the url to the .thumb. image, but it doesn't exist.
The main image is being saved to storage and the thumbnails are saved as metadata, but the frontend is trying to get the thumb for the image as a image file that doesn't exists.
What i'm missing here?