Skip to content

[Bug] Images with spaces in filename are incorrectly parsed #235

@lhguerra

Description

@lhguerra

Cloudinary delivers spaces in image names like this:
https://res.cloudinary.com/myaccount/image/upload/vnumber/foo%20bar.png

Where the %20 is the space. And when I use this url in the CldImage component, it breaks the url:
https://res.cloudinary.com/myaccount/image/upload/c_limit,w_70/f_webp/q_auto/vnumber/foo%2520bar

It transforms %20 to %2520 which breaks the url and is not found by cloudinary

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions