Replies: 3 comments 3 replies
-
There's not really any information here to go on so let's establish a few details and checks.
I'm not seeing any indication in the response headers that the middleware is intercepting the request at all.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If I take my website offline for this project, the site is down except for
the images, they are still displaying. So I'm assuming the images aren't
going through the middleware. All our other sites the images don't display
when the site is offline.
…On Mon, Aug 28, 2023 at 6:33 AM James Jackson-South < ***@***.***> wrote:
There's not really any information here to go on so let's establish a few
details and checks.
- v3 requires .NET 6. I'm assuming you're using this?
- I'm assuming that the code deployed in your local environment is the
same as the deployed code?
I'm not seeing any indication in the response headers that the middleware
is intercepting the request at all.
- Are you using the middleware directly or via a 3rd party e.g. A CMS?
- Are you using any custom providers for the image source or cache?
—
Reply to this email directly, view it on GitHub
<#335 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATVIOH55CTQA3V7VWGSDRWDXXR6ZVANCNFSM6AAAAAA4BI3HNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Recreated the project on the server and in IIS. Something was messed up we
couldn't see. Did our normal setup and it's working now. Thanks!
…On Tue, Aug 29, 2023 at 2:59 AM James Jackson-South < ***@***.***> wrote:
Looks like it's working now What was the solution?
—
Reply to this email directly, view it on GitHub
<#335 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATVIOH5PKJOY2MTGGM6QAE3XXWONJANCNFSM6AAAAAA4BI3HNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JimBobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've used many versions of ImageSharp over the years and never had any major issues. However this time our local environment is working as expected but when we pushed everything to QA, ImageSharp no longer works. I've tried everything I can think of. The images aren't resizing, nothing is being written to the ImageSharpCache folder.
Example: https://qa-aem.ascedia.dev/AEM/media/Images/jason-andringa.jpg?width=20&height=60&rmode=crop&ranchor=right&format=webp&quality=85
Beta Was this translation helpful? Give feedback.
All reactions