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

Non-Image formats 404'ing using ImageFlow Server Deployed to Azure Windows App Service #95

Open
tachyon1337 opened this issue Jun 3, 2024 · 2 comments

Comments

@tachyon1337
Copy link

tachyon1337 commented Jun 3, 2024

We have a aspnetcore 6 web app using ImageFlow Dotnet Server deployed as a windows app service to serve files and resize images from azure blob storage. Also have hybrid caching implemented. It works well enough for image files(.jpg, .png) but any non-image format, e.g, SVG, PDF, 404s. These files definitely exist in blob storage. Is there some configuration that must be set in, say, app.UseImageflow to enable all files to be served. It definitely is not a MIME type issue with the app service. The static web server can serve these files up.

@lilith
Copy link
Member

lilith commented Jun 3, 2024 via email

@tachyon1337
Copy link
Author

I'm not clear with your response. I assume the hybrid caching is used to cache image jobs, not unmodified pass throughs. In any event, the original issue is with the 404 for all non image formats. That's what I'm trying to resolve at the moment.

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

2 participants