ESRI API 3.13 - Basemap Attribution Error

617
2
03-27-2019 08:14 AM
shaileshgavathe
Occasional Contributor II

Hello,

We been using ESRI Javascript API 3.13 for a while now. Haven't upgraded it to 4.X , but planning on near future. Lately (past week or so) we have been seeing the below attribution error for all ESRI basemaps, which wasn't there previously. 

JavaScript critical error at line 1, column 16 in http://static.arcgis.com/attribution/World_Imagery?f=json&callback=dojo.io.script.jsonp_dojoIoScript2._jsonpCallback\n\nSCRIPT1004: Expected ';'

Is there any ESRI guideline on how to tackle this issue when using old javascript APIs?

Thanks and Regards,

Shay ~

0 Kudos
2 Replies
MatthewCarey
Occasional Contributor

I have something very similar happening just recently in an Internet Explorer control that's in an MS Access form.

0 Kudos
shaileshgavathe
Occasional Contributor II

After some research, we found that if ESRI Pages are rendered as Internet Explorer (IE 7 or IE 9), then error happens on ESRI pages also.

We updated meta tag to this and error goes away.

<meta http-equiv="X-UA-Compatible" content="IE=11" />

ESRI Basemap API Error.png

0 Kudos