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
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: