Description
Umbraco 8.18.3
UmbracoFileSystemProviders.Azure 3.02
Hi, I recently upgraded from V7 to V8. Having previously used this Nuget package to host images on AzureBlobStorage, I know our setup works. However I'm getting some strange issue with the new installation. Hopefully this is my ineptitude and not a bug, but I can't get any further forward with this.
// Issue 1 - Locally
When I log in to backoffice, I can see all of my files from blob storage. Success!!
When I upload a new image via back office I expect it to be pushed up to blob storage, but I can see from version control that it's being added to the local file structure. Fail!!
// Issue 2 - locally frontend
Weirdly none of my images are displaying on the frontend. Upon investigation I found that it's because the image url is missing ?width=xxx. In backoffice all of the images are appended with the query string "localhost:12345/media/image-url.png?width=xxx - however, these images return a 404 when I remove the ?width=xxx meaning that as per original setup none of my frontend images work.
Can you help? Is this a bug?
Thanks.