Noted some odd bug with an image ID containing a dot (i.e., "."): #### Sample image URL: https://res.cloudinary.com/adacmkv/image/upload/f_auto,q_auto/v1608641937/ADAC%20Klassik/2021/Events/AEC/RS134993_RS129423_8.1_v7gpvg.jpg #### Sample transformation: ``` buildUrl(encodePublicId, { transformations: { format: "auto", quality: "auto", resize: { width: 1024, height: 600, type: "fill", }, }, }); ``` #### Observed * The image url created is invalid (part ".1_v7gpvg" is replaced with "q_auto"
Noted some odd bug with an image ID containing a dot (i.e., "."):
Sample image URL:
https://res.cloudinary.com/adacmkv/image/upload/f_auto,q_auto/v1608641937/ADAC%20Klassik/2021/Events/AEC/RS134993_RS129423_8.1_v7gpvg.jpg
Sample transformation:
Observed