UmbracoFileSystemProviders.Azure
UmbracoFileSystemProviders.Azure copied to clipboard
User Avatars can't be resolved when using Azure blobk storage
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:
However when trying to view the image a 301 and a 404 get returned.
The 301 redirect is from /UserAvatars to /useravatars.
Umbraco v8.5.5 UmbracoFileSystemProviders.Azure v2.0.0 UmbracoFileSystemProviders.Azure.Media v2.0.0
Blobs are case sensitive so I wonder what issues the 301....?
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.