Dear,
iam getting below error when i try to use the converttojpeg action. i noticeed sometimes it returns this expection. please check and advise.
Hi Hari Krishnan,
Please check the output file name that you configured, the file name should be different when you download or do the process. Try adding timestamp or any incrementor to the file name when u download it. That should resolve your problem.
Thanks and Regards,
Jithu Cheriath Thomas
Hi Hari,
Thank you for sharing this issue. This component is using a temporary file on the server to manipulate images, I believe this caused the issue you were facing because of multiple images being generated at the same time. I refactored this part to generate the image in memory (no need to use filesystem anymore).
I published a new version of the component to the Forge (v1.0.4 - https://www.outsystems.com/forge/component-overview/15066/image-compress-utils-o11 )
Please install this new version and let me know if this issue is fixed.
Thank you