Closed samuelbirch closed 7 months ago
After upgrading to craft5, we are now getting a code: "NoSuchKey" on transformed images with the message: "The image images/xxxxxxx.png does not exist or the request may not be base64 encoded properly."
code: "NoSuchKey"
"The image images/xxxxxxx.png does not exist or the request may not be base64 encoded properly."
found the issue...
a double // is causing it.
//
i'll submit a PR
https://github.com/spacecatninja/craft-imager-x-aws-serverless-transformer/pull/12
Thank you, this has been merged into 3.0.2.
After upgrading to craft5, we are now getting a
code: "NoSuchKey"
on transformed images with the message:"The image images/xxxxxxx.png does not exist or the request may not be base64 encoded properly."