Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
deMD opened this issue Apr 2, 2020 · 2 comments
Open

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

deMD opened this issue Apr 2, 2020 · 2 comments

Comments

@deMD
Copy link

deMD commented Apr 2, 2020

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
Copy link
Collaborator

Jeavon commented May 30, 2020

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

@erwintres
Copy link

erwintres commented Jun 19, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants