Issue 1:
callProcessapi() is working, but the backend doesnt return the new prcessedUrl to the frontend. the response: {} (Nothing basically)
Issue 2:
There is a CORS issue causes that when user press download button just opens the image instead of downloading it.
Issue 3:
from s3 bucket download: image not being changed to correct format
Issue 4:
renderLocalPreview error: SecurityError: Failed to execute 'toBlob' on 'HTMLCanvasElement': Tainted canvases may not be exported. at blob (App.jsx:284:16) at new Promise () at renderLocalPreview (App.jsx:283:26) at applyTransform (App.jsx:323:11) at async saveCrop (App.jsx:390:5)