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
when uploading a high-resolution (in my case it is 3880x5184) photo (please note that this is only in the builded application, there is no such bug in developer mode),
an error occurs (on the photo https://prnt.sc/3te9Amxg9SwU) and the photo does not load,
digging into the code, I concluded that it is because of "exif"
"Transform EXIF image to correct orientation when uploading." - worked is not correct
solved this error by setting the "exif" property to false,
but this is a workaround and not a solution to the problem,
please pay attention to this
The text was updated successfully, but these errors were encountered:
when uploading a high-resolution (in my case it is 3880x5184) photo (please note that this is only in the builded application, there is no such bug in developer mode),
an error occurs (on the photo https://prnt.sc/3te9Amxg9SwU) and the photo does not load,
digging into the code, I concluded that it is because of "exif"
"Transform EXIF image to correct orientation when uploading." - worked is not correct
solved this error by setting the "exif" property to false,
but this is a workaround and not a solution to the problem,
please pay attention to this
The text was updated successfully, but these errors were encountered: