CleverTap / clevertap-web-sdk

CleverTap Web SDK
https://clevertap.com/
MIT License
14 stars 18 forks source link

Clevertap latest version 1.1.0 is adding the default region #41

Closed narender2031 closed 2 years ago

narender2031 commented 2 years ago
clevertap.init('account_id', '', API.CLEVERTAP_PROXY);

when we are passing the empty string for the REGION in clevertap init function, it starts loading the random region for in in API url https://eu1.s.myproxyurl.com/.

It should be like this. https://s.myproxyurl.com/.

To reproduce this issue please use the 1.1.0 latest version.

For now, I am using the 1.0.0. It is working fine.

akashvercetti commented 2 years ago

Hi @narender2031 thanks for bringing this up. We'll implement a fix and update the package as soon as possible.

akashvercetti commented 2 years ago

Hi @narender2031 , this bug has been fixed in v1.1.1.