-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escaping overlay text seems impossible in the version 1.41.0 #632
Comments
Hi there, Thanks for reaching out. I am checking on this with the development team and I will get back to you as soon as possible. Kind regards, Tia |
Hi DenisLaboureyras, |
Thanks a lot ! |
Hi DenisLaboureyras, |
Hello @momoip, Any updates on the fix ? kind regards, |
@DenisLaboureyras I'm afraid there is still no ETA for the fix currently but will update you as soon as we know more. |
Seems fixed in v2.3.0 |
@DenisLaboureyras thx for the update and apologies for the lack of updates. Glad it's working now. |
Describe the bug in a sentence or two.
When I want to use the overlay text transformation, I can't use the slash / character, or comma. It was working fine with a previous version (I was escaping manually these characters, thanks to this article : https://support.cloudinary.com/hc/en-us/articles/202521512-How-to-add-a-special-characters-in-text-overlays-).
Issue Type (Can be multiple)
[ ] Build - Can’t install or import the SDK
[ ] Babel - Babel errors or cross browser issues
[ ] Performance - Performance issues
[X] Behaviour - Functions aren’t working as expected (Such as generate URL)
[ ] Documentation - Inconsistency between the docs and behaviour
[ ] Incorrect Types - For typescript users who are having problems with our d.ts files
[ ] Other (Specify)
Steps to reproduce
Use the following function:
await cloudinary.uploader.upload(url, { transformation: [ { overlay: { text: 'text with a slash / or an escaped slash %E2%88%95', }, }, ], });
The generated file will have escaped characters instead of /
Versions and Libraries (fill in the version numbers)
Cloudinary_NPM SDK v1.41.0
Node - 18.10.0
The text was updated successfully, but these errors were encountered: