We have integrated here map reactive component in our mobile app. Its working on web preview & ios devices but we're getting error on Android devices. We didn't understand why getting this error, putting below error details from console log -
scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:25 Uncaught Error: [] https://1.base.maps.ls.hereapi.com/maptile/2.1/info?xnlp=CL_JSMv3.1.14.0&apikey=tOX4T2NLwro0QliuRdrd8xj1f4q4XXm297eic5YhvnY&output=json request failed
at eval (eval at <anonymous> (scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:71), <anonymous>:54:330)
at e.b (scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:31)
at jc (scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:34)
at ec (scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:34)
at Ob.i (scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:33)
at Mb (scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:28)
scripts/HereMapsReactive.HereMapsCore.js?e58Q0eR2by7l9dbWYyCvZg:25 Uncaught Error: [] https://1.aerial.maps.ls.hereapi.co
cordova.js:305 Error in Success callbackId: NativeXMLHttpRequestPlugin859227598 : TypeError: Cannot read property 'type' of undefined
Please help us with the issue to fix or any relevant information, why its causing? Thanks.
Hi Akash,
Uncaught Error: [] https://1.aerial.maps.ls.hereapi.co
This url is missing an m at the end: https://1.aerial.maps.ls.hereapi.com
Why I don't know, never used this component.
Regards,
Daniel