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
the cloudName isn't actually even utilized if using a secureDistribution and privateCDN.
The check for cloudName should be moved into getUrlPrefix and we should only throw when omitting the cloud name for branches where it's actually utilized.
The text was updated successfully, but these errors were encountered:
In
js-url-gen/src/assets/CloudinaryFile.ts
Lines 182 to 193 in e1b9719
cloudName
setting is explicitly required. However, injs-url-gen/src/internal/url/cloudinaryURL.ts
Lines 20 to 51 in e1b9719
cloudName
isn't actually even utilized if using asecureDistribution
andprivateCDN
.The check for
cloudName
should be moved intogetUrlPrefix
and we should only throw when omitting the cloud name for branches where it's actually utilized.The text was updated successfully, but these errors were encountered: