Closed piyush-kukadiya closed 3 months ago
Hi @piyush-kukadiya please reach out to friends@segment.com
with a copy of this report for futher assistance. They will be able to assist you with your Segment workspace and ensure the settings are configured correctly there. If there is a bug, they will escalate it accordingly. Thank you
I am trying to test analytics-react-native-clevertap-plugin using device mode destination. However, it's not working and getting below log:
After analysis i can see that
fetch(settingsEndpoint)
call in@segment/analytics-react-native/src/analytics.ts
file is failing. However, same endpoint is working in the browser/postman/other clients. Please help fix this. Thanks!Steps to reproduce
track()
Important to NOTE is that things work fine in Cloud-mode without installing destination plugin.