Select to view content in your preferred language

IE11 Journal Error "Object doesn't support...'startsWith'" using Portal

6457
2
Jump to solution
07-09-2015 08:30 AM
PamRichmond
New Contributor III

I successfully deployed a copy of the Story Map Journal application (Storytelling-MapJournal-1.4.0.zip) on my internal web server using Portal. My application loads correctly using Chrome and Firefox, but IE errors out after parsePortalConfig, before the initStep2 task shows in the console. The IE window shows the "Map Journal is initializing/Thanks for waiting" page.

The console shows the following:

DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337

File: index.html

HTML1300: Navigation occurred.

File: index.html

common.core.Core - init undefined

common.core.Core - parsePortalConfig

TypeError: Object doesn't support property or method 'startsWith' TypeError: Object doesn't support property or method 'startsWith'

   at rt (http://myserver.com/myfolder/app/viewer-min.js?v=1.4.0:1:172528)

   at Anonymous function (http://myserver.com/myfolder/app/viewer-min.js?v=1.4.0:1:161442)

   at Anonymous function (http://js.arcgis.com/3.14/init.js:1191:119)

   at h (http://js.arcgis.com/3.14/init.js:234:102)

   at Anonymous function (http://js.arcgis.com/3.14/esri/arcgis/Portal.js:29:391)

   at Anonymous function (http://js.arcgis.com/3.14/init.js:167:287)

   at c (http://js.arcgis.com/3.14/init.js:66:215)

   at d (http://js.arcgis.com/3.14/init.js:66:10)

   at callback (http://js.arcgis.com/3.14/init.js:67:350)

   at c (http://js.arcgis.com/3.14/init.js:66:401)

   {

      [functions]: ,

      __proto__: { },

      description: "Object doesn't support property or method 'startsWith'",

      message: "Object doesn't support property or method 'startsWith'",

      name: "TypeError",

      number: -2146827850,

      stack: "TypeError: Object doesn't support property or method 'startsWith'

   at rt (http://myserver.com/myfolder/app/viewer-min.js?v=1.4.0:1:172528)

   at Anonymous function (http://myserver.com/myfolder/app/viewer-min.js?v=1.4.0:1:161442)

   at Anonymous function (http://js.arcgis.com/3.14/init.js:1191:119)

   at h (http://js.arcgis.com/3.14/init.js:234:102)

   at Anonymous function (http://js.arcgis.com/3.14/esri/arcgis/Portal.js:29:391)

   at Anonymous function (http://js.arcgis.com/3.14/init.js:167:287)

   at c (http://js.arcgis.com/3.14/init.js:66:215)

   at d (http://js.arcgis.com/3.14/init.js:66:10)

   at callback (http://js.arcgis.com/3.14/init.js:67:350)

   at c (http://js.arcgis.com/3.14/init.js:66:401)"

   }

   "TypeError: Object doesn't support property or method 'startsWith'

   at rt (http://myserver.com/myfolder/app/viewer-min.js?v=1.4.0:1:172528)

   at Anonymous function (http://myserver.com/myfolder/app/viewer-min.js?v=1.4.0:1:161442)

   at Anonymous function (http://js.arcgis.com/3.14/init.js:1191:119)

   at h (http://js.arcgis.com/3.14/init.js:234:102)

   at Anonymous function (http://js.arcgis.com/3.14/esri/arcgis/Portal.js:29:391)

   at Anonymous function (http://js.arcgis.com/3.14/init.js:167:287)

   at c (http://js.arcgis.com/3.14/init.js:66:215)

   at d (http://js.arcgis.com/3.14/init.js:66:10)

   at callback (http://js.arcgis.com/3.14/init.js:67:350)

   at c (http://js.arcgis.com/3.14/init.js:66:401)"

0 Kudos
1 Solution

Accepted Solutions
GregoryL_Azou
Regular Contributor II

Hi,

Sorry about this, I just published a version 1.4.1 that will fix this, you can grab it at Releases · Esri/map-journal-storytelling-template-js · GitHub

View solution in original post

0 Kudos
2 Replies
GregoryL_Azou
Regular Contributor II

Hi,

Sorry about this, I just published a version 1.4.1 that will fix this, you can grab it at Releases · Esri/map-journal-storytelling-template-js · GitHub

0 Kudos
PamRichmond
New Contributor III

This worked. Thanks!

0 Kudos