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)"
Solved! Go to Solution.
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
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
This worked. Thanks!