umbraco-community / UmbracoFileSystemProviders.Azure

:cloud: An Azure Blob Storage IFileSystem provider for Umbraco
94 stars 67 forks source link

User Avatars can't be resolved when using Azure blobk storage #163

Open deMD opened 4 years ago

deMD commented 4 years ago

When using the UmbracoFileSystemProviders.Azure package in combination with azure storage, it seems the virtual path provider can't resolve images saved in the UserAvatars folder. Uploading images work fine: image

However when trying to view the image a 301 and a 404 get returned. image

The 301 redirect is from /UserAvatars to /useravatars.

Umbraco v8.5.5 UmbracoFileSystemProviders.Azure v2.0.0 UmbracoFileSystemProviders.Azure.Media v2.0.0

Jeavon commented 4 years ago

Blobs are case sensitive so I wonder what issues the 301....?

erwintres commented 4 years ago

I'm having the exact same issue. Have you found out what causes the 301 and if that resolves the issue?

Edit: i'm using the SEOChecker plugin which causes the 301 redirects. So (at least for me) the issue is not caused by the UmbracoFileSystemProviders.Azure package itself.