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
This may be related to #2463 but it seems like a different issue.
Since updating to 3.0.0-RC11, image thumbnails and transforms don't seem to be working for Amazon S3 volumes.
When uploading a new image, either in the main Assets area or via an image field, a thumbnail is not generated. When attempting to output a transformed version of the image in the template, the image does not load (the image URL looks like /index.php?p=actions/assets/generate-transform&transformId=12).
I can see that the original image has been uploaded to S3 but the transformed version has not (because it's not being loaded in the template and therefore never being created).
This only affects images uploaded after the update to RC11. For images uploaded prior to that, all thumbnails and transforms are working correctly.
Steps to reproduce
Be on version RC11
Create an S3 volume
Create a transform
Upload an image to the S3 volume (either in the main Assets area or via an image field)
Additional info
Craft version: 3.0.0-RC11
PHP version: 7.1.1
Database driver & version: MySQL 5.6.35
Plugins & versions: Amazon S3 1.0.8
The text was updated successfully, but these errors were encountered:
Can you please try changing your craftcms/cms version requirement in composer.json to "dev-develop as 3.0.0-RC99", and then run composer update and see if this is fixed for you?
Description
This may be related to #2463 but it seems like a different issue.
Since updating to 3.0.0-RC11, image thumbnails and transforms don't seem to be working for Amazon S3 volumes.
When uploading a new image, either in the main Assets area or via an image field, a thumbnail is not generated. When attempting to output a transformed version of the image in the template, the image does not load (the image URL looks like
/index.php?p=actions/assets/generate-transform&transformId=12
).I can see that the original image has been uploaded to S3 but the transformed version has not (because it's not being loaded in the template and therefore never being created).
This only affects images uploaded after the update to RC11. For images uploaded prior to that, all thumbnails and transforms are working correctly.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: