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
With the latest version (v5.0.0), use of subfolder with base64 requests is no longer working.
Type of request: https://<distributionname>.cloudfront.net/<subfolder>/<base64encodedrequest>
I get this error message: status: 400, code: 'DecodeRequest::CannotDecodeRequest', message: 'The image request you provided could not be decoded. Please check that your request is base64 encoded properly and refer to the documentation for additional guidance.'
It works with 4.2 version.
I think it's because of the fix done for the issue reported here : #194
The text was updated successfully, but these errors were encountered:
For a domain, I have different origins on cloudfront, and cloudfront behaviors are based on the subfolder to choose the correct origin.
One of those origins is the api-gateway of serverless-image-handler.
With the latest version (v5.0.0), use of subfolder with base64 requests is no longer working.
Type of request:
https://<distributionname>.cloudfront.net/<subfolder>/<base64encodedrequest>
I get this error message:
status: 400, code: 'DecodeRequest::CannotDecodeRequest', message: 'The image request you provided could not be decoded. Please check that your request is base64 encoded properly and refer to the documentation for additional guidance.'
It works with 4.2 version.
I think it's because of the fix done for the issue reported here : #194
The text was updated successfully, but these errors were encountered: