You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did any of you find a solution to this? I don't have the problem when I upload the image as file to the server. But when I change my frontend implementation to upload the image as a blob, I have this issue.
I have paused the debugger right before the optimize(...) call, and the file is looking completely normal in the file explorer, and has .jpg extension. After optimize(...) it's filename ends with .jpg.jgp.
jpg image is not replaced, new generated image is saved with .jpg extension along with given file name. Ex: (imgone.jpg -> imgone.jpg.jpg)
The text was updated successfully, but these errors were encountered: