Hi there :)
We are trying to use the built in image processor on images outside of the /media folder. The folder in this example is /Images.
We can see that if we request the path /Images/2712119.png?width=500&mode=crop&format=webp&quality=85 we get a 500 error returned and the following entry appears in the logs.
If we request /Images/2712119.png we get the image returned correctly.
Is it even possible to use the image processor like this?
Umbraco 13 image processor
Hi there :) We are trying to use the built in image processor on images outside of the /media folder. The folder in this example is /Images. We can see that if we request the path /Images/2712119.png?width=500&mode=crop&format=webp&quality=85 we get a 500 error returned and the following entry appears in the logs. If we request /Images/2712119.png we get the image returned correctly. Is it even possible to use the image processor like this?
Never mind that. After some googling, we found that all it took was to update ImageSharp package to v3.1.2 :) https://www.nuget.org/packages/SixLabors.ImageSharp/
is working on a reply...