Skip to content

Cloudinary: double encoding for image urls  #1407

@chindris

Description

@chindris

When there are special characters, like spaces, inside the original image url, the end result on the FE is double encoded. That is because the url is once encoded by the CMS, and once by the responsive image resolver in the FE (most probably by the cloudinary SDK).

One option would be to just decode the URI before calling buildResponsiveImage()

Metadata

Metadata

Assignees

Labels

gatsbyGatsby infrastructure and features.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions