- Extension name: _ storage-resize-images
- Extension version: _ firebase/storage-resize-images@0.3.2
- Configuration values:
- _ Convert image to preferred types: avif
- _ Sizes of resized images: 640x480,1200x1200,2000x2000
- _ Deletion of original file: false
[REQUIRED] Step 3: Describe the problem
(Sometimes) the uploaded image is only resized to 2 of 3 specified sizes. It's not consistent, other times all three sizes are correctly produced and uploaded. However, the issue seems to only happen for the largest (final) size. The uploaded images were originally .jpeg.
Steps to reproduce:
Hard to reproduce, as it seems to happen randomly. Logs do not show any errors, it just shows that two sizes were created, and no trace of the third size.
Expected result
Image is resized to all three sizes as per configuration.
Actual result
Image is resized to 2 of 3 configured sizes.
[REQUIRED] Step 3: Describe the problem
(Sometimes) the uploaded image is only resized to 2 of 3 specified sizes. It's not consistent, other times all three sizes are correctly produced and uploaded. However, the issue seems to only happen for the largest (final) size. The uploaded images were originally .jpeg.
Steps to reproduce:
Hard to reproduce, as it seems to happen randomly. Logs do not show any errors, it just shows that two sizes were created, and no trace of the third size.
Expected result
Image is resized to all three sizes as per configuration.
Actual result
Image is resized to 2 of 3 configured sizes.